muParserX 2.0.0
|
Parser function callback for determining the size of an array. More...
#include <mpFuncCommon.h>
Public Member Functions | |
virtual void | Eval (ptr_val_type &ret, const ptr_val_type *a_pArg, int a_iArgc) |
Returns the number of elements stored in the first parameter. | |
![]() | |
int | GetArgc () const |
Returns the m“number of arguments required by this callback. More... | |
void | SetParent (parent_type *a_pParent) |
Assign a parser object to the callback. More... | |
![]() | |
ECmdCode | GetCode () const |
return the token code. More... | |
const string_type & | GetIdent () const |
Return the token identifier string. | |
Additional Inherited Members | |
![]() | |
parent_type * | GetParent () |
Returns a pointer to the parser object owning this callback. More... | |
![]() | |
virtual | ~IToken () |
Destructor (trivial). | |
IToken (const IToken &ref) | |
Copy constructor. More... | |
Parser function callback for determining the size of an array.