Public Types | |
| typedef unsigned int | VariableID |
| typedef string | Label |
Public Member Functions | |
| Operation () | |
| Operation (UnaryFunction _uf, Label _label) | |
| Operation (Label _label, UnaryFunction _uf) | |
| Operation (Label _label, BinaryFunction _bf) | |
| Operation (BinaryFunction _bf, Label _label) | |
| Operation (VariableID _id, Label _label) | |
| Operation (double _constant, Label _label) | |
| Operation (const Operation &_op) | |
| virtual | ~Operation () |
Public Attributes | |
| UnaryFunction | uFunction |
| BinaryFunction | bFunction |
| VariableID | id |
| double | constant |
| Label | label |
| Type | type |
Definition at line 53 of file node.h.
1.4.7