|
|
Global::reqid_t | reqid |
| | who we are
|
| |
|
Global::reqid_t | sourceid |
| | on behalf of who we are interpreting
|
| |
|
Global::conn_id_t | peerid |
| | where to send response back
|
| |
| std::unique_ptr< const E > | e |
| | The following 3 represent the state of the interpreter: More...
|
| |
|
shared_ptr< interp::Kont > | k |
| |
|
vector< interp::shpfrm > | fstack |
| |
|
std::map< Global::reqid_t, RspState > | responses |
| |
| std::unique_ptr<const E> zcore::InterpState::e |
The following 3 represent the state of the interpreter:
the expression under evaluation; this is the point of ownership so we have proper deletion of the parser expressions
The documentation for this struct was generated from the following files: