|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include "evaluator.H"#include "funcdefs.H"#include "cio.H"#include <hobbes/eval/cmodule.H>#include <hobbes/lang/preds/class.H>#include <hobbes/db/file.H>#include <hobbes/ipc/net.H>#include <hobbes/util/perf.H>#include <hobbes/util/str.H>#include <hobbes/util/time.H>#include <iostream>
Namespaces | |
| hi | |
Functions | |
| hobbes::array< char > * | hi::allocGlobalStr (const char *x, size_t len) |
| hobbes::array< char > * | hi::allocGlobalStr (const std::string &x) |
| void | hi::bindArguments (hobbes::cc &ctx, const Args::NameVals &args) |
| bool | hi::hiddenFileName (const std::string &fname) |
| bool | hi::loadSilently (const std::string &mfile) |
| void | hi::printConstraint (const hobbes::ConstraintPtr &c) |
| void | hi::printQualType (const hobbes::Constraints &cs, const hobbes::MonoTypePtr &ty) |
1.8.13