|
| StackElem (TagType type, std::string action_name, int level) |
|
| StackElem (TagType type, Expression *expr, std::map< std::string, Value *> *required_binding, std::string action_name, int level) |
|
| StackElem (TagType type, StackElem *parallel_end, std::string action_name, int level) |
|
std::string | print () |
|
|
Expression * | expr |
|
TagType | elem_type |
|
StackElem * | parallel_end |
|
database * | stored_to_add_partial |
|
database * | stored_to_remove_partial |
|
database * | stored_to_add |
|
database * | stored_to_remove |
|
int | level |
|
bool | is_root_in_parallel |
|
std::string | action_name |
|
std::map< std::string, Value * > * | required_binding |
|
The documentation for this class was generated from the following file: