stx::BasicSymbolTable::FunctionInfo Struct Reference

Extra info about a function: the valid arguments. More...

#include <ExpressionParser.h>

List of all members.

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.


Detailed Description

Extra info about a function: the valid arguments.

Definition at line 175 of file ExpressionParser.h.


Member Data Documentation

int stx::BasicSymbolTable::FunctionInfo::arguments

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.


The documentation for this struct was generated from the following file:
Generated on Tue Jul 17 16:51:58 2007 for STX Expression Parser by  doxygen 1.5.2