Public Member Functions | |
| void | execute (void *result, Tree &tree) |
| Execute the primitive. | |
Definition at line 115 of file main.cpp.
| void Tree::MyFunc::execute | ( | void * | result, | |
| Tree & | tree | |||
| ) | [inline, virtual] |
Execute the primitive.
Function primitives gather arguments and return a value; terminal primitives return current value.
Implements Tree::Primitives::Primitive.
1.7.1