Public Member Functions | |
Tree::PrimitiveP | copyWithNode (Tree::PrimitiveP primitive) |
Tree::PrimitiveP | assignToNode (Tree::PrimitiveP primitive) |
bool | initialize (StateP state) |
Initialize value(s). | |
void | execute (void *result, Tree::Tree &tree) |
Execute the primitive. | |
Public Attributes | |
int | operacija |
int | vrijednost |
std::vector< std::string > | vrijednosti |
Definition at line 4 of file atributi.h.
void Atribut::execute | ( | void * | result, | |
Tree::Tree & | tree | |||
) | [inline, virtual] |
Execute the primitive.
Function primitives gather arguments and return a value; terminal primitives return current value.
Implements Tree::Primitives::Primitive.
Definition at line 44 of file atributi.h.