hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
Classes | |
struct | hobbes::HFRecordUnqualify |
Namespaces | |
hobbes | |
Functions | |
static bool | hobbes::isFieldName (const MonoTypePtr &fn, std::string *sfn) |
Variables | |
static MonoTypePtr | hobbes::stdstrty = OpaquePtr::make("std::string", 0, false) |
static MonoTypePtr | hobbes::chararrty = arrayty(primty("char")) |
static MonoTypePtr | hobbes::unitty = primty("unit") |