|
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 () |
Public Member Functions inherited from hobbes::MStateCase< FinishExpr > | |
| MStateCase () | |
Public Member Functions inherited from hobbes::MState | |
| int | case_id () const |
Static Public Attributes | |
| static const int | type_case_id = 3 |
Private Attributes | |
| ExprPtr | exp |
Additional Inherited Members | |
Public Attributes inherited from hobbes::MState | |
| size_t | refs |
| bool | isPrimMatchRoot |
| PrimFArgs | primFArgs |
Protected Member Functions inherited from hobbes::MState | |
| MState (int cid) | |
| hobbes::FinishExpr::FinishExpr | ( | const ExprPtr & | exp | ) |
| const ExprPtr & hobbes::FinishExpr::expr | ( | ) | const |
|
virtual |
Implements hobbes::MState.
|
private |
|
static |
1.8.13