AERA
|
Public Member Functions | |
Context (_Context *implementation) | |
_Context * | get_implementation () const |
uint16 | get_children_count () const |
Context | get_child (uint16 index) const |
Context | operator* () const |
Context & | operator= (const Context &c) |
bool | operator== (const Context &c) const |
bool | operator!= (const Context &c) const |
Atom & | operator[] (uint16 i) const |
virtual void | setAtomicResult (Atom a) const |
virtual void | setTimestampResult (Timestamp t) const |
virtual void | setDurationResult (std::chrono::microseconds d) const |
virtual uint16 | setCompoundResultHead (Atom a) const |
virtual void | addCompoundResultPart (Atom a) const |
void | trace (std::ostream &out) const |
Definition at line 100 of file operator.h.