hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <dfa.H>
Public Member Functions | |
FinishExpr (const ExprPtr &) | |
const ExprPtr & | expr () const |
std::string | stamp () |
![]() | |
MStateCase () | |
![]() | |
int | case_id () const |
Static Public Attributes | |
static const int | type_case_id = 3 |
Private Attributes | |
ExprPtr | exp |
Additional Inherited Members | |
![]() | |
size_t | refs |
bool | isPrimMatchRoot |
PrimFArgs | primFArgs |
![]() | |
MState (int cid) | |
hobbes::FinishExpr::FinishExpr | ( | const ExprPtr & | exp | ) |
const ExprPtr & hobbes::FinishExpr::expr | ( | ) | const |
|
virtual |
Implements hobbes::MState.
|
private |
|
static |