hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <dfa.H>
Public Member Functions | |
virtual std::string | stamp ()=0 |
int | case_id () const |
Public Attributes | |
size_t | refs |
bool | isPrimMatchRoot |
PrimFArgs | primFArgs |
Protected Member Functions | |
MState (int cid) | |
Private Attributes | |
int | cid |
|
protected |
int hobbes::MState::case_id | ( | ) | const |
|
pure virtual |
Implemented in hobbes::FinishExpr, hobbes::SwitchVariant, hobbes::SwitchVal, and hobbes::LoadVars.
|
private |
bool hobbes::MState::isPrimMatchRoot |
PrimFArgs hobbes::MState::primFArgs |
size_t hobbes::MState::refs |