hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <expr.H>
Public Member Functions | |
Binding () | |
Binding (const std::string &selector, const std::string &vname, const ExprPtr &exp) | |
Public Attributes | |
std::string | selector |
std::string | vname |
ExprPtr | exp |
|
inline |
|
inline |
ExprPtr hobbes::Case::Binding::exp |
std::string hobbes::Case::Binding::selector |
std::string hobbes::Case::Binding::vname |