|
bcParserCPP 2.8
Math Parser for C++
|
A utility class to hold the function pointer for a user defined function and the number of parameters that are needed to call that function. More...
Public Member Functions | |
| FunctionEntry (functype funcAddr, int paramCount) | |
Public Attributes | |
| functype | fPtr |
| int | pCount |
A utility class to hold the function pointer for a user defined function and the number of parameters that are needed to call that function.
1.7.4