muParserX 2.0.0
|
Parser callback for summing up all function arguments. More...
#include <mpFuncCommon.h>
Public Member Functions | |
virtual void | Eval (ptr_val_type &ret, const ptr_val_type *a_pArg, int a_iArgc) override |
Returns the minimum value of all values. | |
![]() | |
int | GetArgc () const |
Returns the m“number of arguments required by this callback. | |
void | SetParent (parent_type *a_pParent) |
Assign a parser object to the callback. | |
![]() | |
ECmdCode | GetCode () const |
return the token code. | |
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. | |
![]() | |
virtual | ~IToken () |
Destructor (trivial). | |
IToken (const IToken &ref) | |
Copy constructor. | |
Parser callback for summing up all function arguments.
|
overridevirtual |
Returns the minimum value of all values.
a_pArg | Pointer to an array of Values |
a_iArgc | Number of values stored in a_pArg |
Implements mup::ICallback.