Inferno  0.2
CPPTree::MapOperand Struct Reference

Associates an Expression with an InstanceIdentifier. More...

#include <cpptree.hpp>

Inheritance diagram for CPPTree::MapOperand:
[legend]
Collaboration diagram for CPPTree::MapOperand:
[legend]

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< InstanceIdentifier
identifier
 the handle for this particualar operand
TreePtr< Expressionvalue
 the Expression for this operand

Detailed Description

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: