|
muParserX 2.0.0
|
Callback object for implementing the division of noncomplex values. More...
#include <mpOprtNonCmplx.h>


Public Member Functions | |
| virtual void | Eval (ptr_val_type &ret, const ptr_val_type *a_pArg, int) override |
| Implements the Division operator. | |
| Public Member Functions inherited from mup::ICallback | |
| 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. | |
| Public Member Functions inherited from mup::IToken | |
| ECmdCode | GetCode () const |
| return the token code. | |
| const string_type & | GetIdent () const |
| Return the token identifier string. | |
Additional Inherited Members | |
| Protected Member Functions inherited from mup::ICallback | |
| parent_type * | GetParent () |
| Returns a pointer to the parser object owning this callback. | |
| Protected Member Functions inherited from mup::IToken | |
| virtual | ~IToken () |
| Destructor (trivial). | |
| IToken (const IToken &ref) | |
| Copy constructor. | |
Callback object for implementing the division of noncomplex values.
|
overridevirtual |
Implements the Division operator.
| ParserError | in case one of the arguments if nonnumeric or an array. |
Implements mup::ICallback.
