Inferno
0.2
|
Associates an Expression with an InstanceIdentifier. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < InstanceIdentifier > | identifier |
the handle for this particualar operand | |
TreePtr< Expression > | value |
the Expression for this operand |
Associates an Expression with an InstanceIdentifier.
Basically a key-value pair of identifier and value. Use in Maps.
Definition at line 747 of file cpptree.hpp.
the handle for this particualar operand
Definition at line 750 of file cpptree.hpp.
the Expression for this operand
Definition at line 751 of file cpptree.hpp.