muParserX
2.0.0
|
This group lists the objects representing the binary operators of muParserX. More...
Classes | |
class | mup::IOprtBin |
Interface for binary operators. More... | |
class | mup::IPrecedence |
Interface for binary and ternary operators. More... | |
class | mup::OprtEQ |
Callback object for testing if two values are equal. More... | |
class | mup::OprtNEQ |
Callback object for testing if two values are not equal. More... | |
class | mup::OprtLT |
Callback object class for the "Less than" operator. More... | |
class | mup::OprtGT |
Callback object class for the "Greater than" operator. More... | |
class | mup::OprtLE |
Callback object class for the "Less or equal" operator. More... | |
class | mup::OprtGE |
Callback object class for the "Greater or or equal" operator. More... | |
class | mup::OprtAnd |
Callback class for a logic and operator. More... | |
class | mup::OprtOr |
Callback class for a logic or operator. More... | |
class | mup::OprtLOr |
Callback class for a logical or operator. More... | |
class | mup::OprtLAnd |
Callback class for a logical and operator. More... | |
class | mup::OprtShl |
Callback class for the shift left operator. More... | |
class | mup::OprtShr |
Callback class for the shift right operator. More... | |
class | mup::OprtAddCmplx |
Parser callback for implementing an addition of two complex values. More... | |
class | mup::OprtSubCmplx |
Parser callback for implementing the subtraction of two complex values. More... | |
class | mup::OprtMulCmplx |
Callback object for implementing the multiplications of complex values. More... | |
class | mup::OprtDivCmplx |
Callback object for implementing the division of complex values. More... | |
class | mup::OprtPowCmplx |
Raise x to the power of y. More... | |
class | mup::OprtAdd |
Parser callback for implementing an addition of two noncomplex values. More... | |
class | mup::OprtSub |
Parser callback for implementing the subtraction of two noncomplex values. More... | |
class | mup::OprtMul |
Callback object for implementing the multiplications of noncomplex values. More... | |
class | mup::OprtDiv |
Callback object for implementing the division of noncomplex values. More... | |
class | mup::OprtPow |
Raise x to the power of y. More... | |
This group lists the objects representing the binary operators of muParserX.