ztsdb
Public Member Functions | Public Attributes | List of all members
zcore::InterpState Struct Reference

Public Member Functions

void popAndClearUntil (const shared_ptr< interp::BaseFrame > r)
 

Public Attributes

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 Ee
 The following 3 represent the state of the interpreter: More...
 
shared_ptr< interp::Kontk
 
vector< interp::shpfrm > fstack
 
std::map< Global::reqid_t, RspStateresponses
 

Member Data Documentation

◆ e

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: