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 PrimitivePtr &value, const ExprPtr &exp) | |
Public Attributes | |
PrimitivePtr | value |
ExprPtr | exp |
|
inline |
|
inline |
ExprPtr hobbes::Switch::Binding::exp |
PrimitivePtr hobbes::Switch::Binding::value |