|
Hormiga 1.0
|
#include <corefunctions.h>


Public Member Functions | |
| T_STRING | getName () |
| int | paramsCount () |
| T_MAGNITUDE | eval (T_FUNCTION_ARGUMENTS *argv) |
Definition at line 53 of file corefunctions.h.
| T_MAGNITUDE FunctionFloor::eval | ( | T_FUNCTION_ARGUMENTS * | argv | ) | [inline, virtual] |
Implements Function.
Definition at line 58 of file corefunctions.h.
| T_STRING FunctionFloor::getName | ( | ) | [inline, virtual] |
Implements Function.
Definition at line 56 of file corefunctions.h.
| int FunctionFloor::paramsCount | ( | ) | [inline, virtual] |
Implements Function.
Definition at line 57 of file corefunctions.h.