bcParserCPP 2.8
Math Parser for C++
Public Member Functions | Public Attributes
FunctionEntry< functype > Class Template Reference

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...

List of all members.

Public Member Functions

 FunctionEntry (functype funcAddr, int paramCount)

Public Attributes

functype fPtr
int pCount

Detailed Description

template<typename functype>
class FunctionEntry< functype >

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.

 All Classes Functions Variables Typedefs Enumerations