hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <evaluator.H>
Public Types | |
typedef std::map< std::string, std::string > | NameVals |
Public Member Functions | |
Args () | |
Public Attributes | |
ModuleFiles | mfiles |
std::string | evalExpr |
bool | showDbg |
bool | useDefColors |
bool | silent |
int | replPort |
int | httpdPort |
bool | exitAfterEval |
NameVals | scriptNameVals |
bool | machineREPL |
typedef std::map<std::string, std::string> hi::Args::NameVals |
|
inline |
std::string hi::Args::evalExpr |
bool hi::Args::exitAfterEval |
int hi::Args::httpdPort |
bool hi::Args::machineREPL |
ModuleFiles hi::Args::mfiles |
int hi::Args::replPort |
NameVals hi::Args::scriptNameVals |
bool hi::Args::showDbg |
bool hi::Args::silent |
bool hi::Args::useDefColors |