#include <ExpressionParser.h>
Public Member Functions | |
FunctionInfo (int _arguments=0, functionptr_type _func=NULL) | |
Initializing Constructor. | |
Public Attributes | |
int | arguments |
Number of arguments this function takes: either >= 0 for a fixed number of -1 for no checking. | |
functionptr_type | func |
Function pointer to call. |
Definition at line 175 of file ExpressionParser.h.
Number of arguments this function takes: either >= 0 for a fixed number of -1 for no checking.
Definition at line 179 of file ExpressionParser.h.