hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <expr.H>
Public Member Functions | |
ComprehensionDef (const std::string &varname, const ExprPtr &ex) | |
ComprehensionDef (const ExprPtr &ex) | |
Public Attributes | |
bool | isfilter |
std::string | varname |
ExprPtr | ex |
hobbes::ComprehensionDef::ComprehensionDef | ( | const std::string & | varname, |
const ExprPtr & | ex | ||
) |
hobbes::ComprehensionDef::ComprehensionDef | ( | const ExprPtr & | ex | ) |
ExprPtr hobbes::ComprehensionDef::ex |
bool hobbes::ComprehensionDef::isfilter |
std::string hobbes::ComprehensionDef::varname |