hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/lang/preds/class.H>
#include <hobbes/lang/expr.H>
#include <hobbes/lang/typeinf.H>
#include <hobbes/util/array.H>
#include <hobbes/lang/preds/hasfield/record.H>
#include <hobbes/lang/preds/hasfield/slookup.H>
#include <hobbes/lang/preds/hasfield/lookup.H>
#include <hobbes/lang/preds/hasfield/tenvlookup.H>
Classes | |
struct | hobbes::RewriteFnAccess |
Namespaces | |
hobbes | |
Macros | |
#define | FIELD_VALUE_FN "fieldValue" |
Functions | |
bool | hobbes::dec (const ConstraintPtr &, HasField *) |
void | hobbes::upd (const ConstraintPtr &, const HasField &) |
#define FIELD_VALUE_FN "fieldValue" |