muParserX  2.0.0
Public Member Functions | List of all members
mup::FunMin Class Reference

Determine minimal value from the parameter list. More...

Inheritance diagram for mup::FunMin:
Inheritance graph
[legend]
Collaboration diagram for mup::FunMin:
Collaboration graph
[legend]

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. More...
 
- Public Member Functions inherited from mup::ICallback
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...
 
- Public Member Functions inherited from mup::IToken
ECmdCode GetCode () const
 return the token code. More...
 
const string_typeGetIdent () const
 Return the token identifier string.
 

Additional Inherited Members

- Protected Member Functions inherited from mup::ICallback
parent_typeGetParent ()
 Returns a pointer to the parser object owning this callback. More...
 
- Protected Member Functions inherited from mup::IToken
virtual ~IToken ()
 Destructor (trivial).
 
 IToken (const IToken &ref)
 Copy constructor. More...
 

Detailed Description

Determine minimal value from the parameter list.

Member Function Documentation

◆ Eval()

void mup::FunMin::Eval ( ptr_val_type ret,
const ptr_val_type a_pArg,
int  a_iArgc 
)
overridevirtual

Returns the minimum value of all values.

Parameters
a_pArgPointer to an array of Values
a_iArgcNumber of values stored in a_pArg

Implements mup::ICallback.

Here is the call graph for this function:


muParserX documentation - (C) 2010 Ingo Berg