Public Member Functions | |
| Node (void) | |
| Node (Operation &_op) | |
| virtual | ~Node (void) |
| int | arity (void) const |
| void | randomize (void) |
| template<class Children> | |
| void | operator() (double &result, Children args, vector< double > &var) const |
| template<class Children> | |
| void | operator() (string &result, Children args) const |
| Operation | getOp (void) const |
Private Attributes | |
| Operation | op |
Definition at line 117 of file node.h.
1.4.7