#include <exprBDiv.hpp>
Inheritance diagram for exprUBDiv:


Public Member Functions | |
| exprUBDiv (expression **al, int n) | |
| Constructors, destructor. | |
| expression * | clone (Domain *d=NULL) const |
| cloning method | |
| CouNumber | operator() () |
| function for the evaluation of the expression | |
| enum pos | printPos () const |
| print position (PRE, INSIDE, POST) | |
| std::string | printOp () const |
| print operator | |
Definition at line 84 of file exprBDiv.hpp.
| exprUBDiv::exprUBDiv | ( | expression ** | al, | |
| int | n | |||
| ) | [inline] |
| expression* exprUBDiv::clone | ( | Domain * | d = NULL |
) | const [inline, virtual] |
cloning method
Reimplemented from expression.
Definition at line 93 of file exprBDiv.hpp.
References exprOp::clonearglist(), exprUBDiv(), and exprOp::nargs_.
| CouNumber exprUBDiv::operator() | ( | ) | [inline, virtual] |
function for the evaluation of the expression
Implements expression.
Definition at line 111 of file exprBDiv.hpp.
References exprOp::arglist_, COUENNE_INFINITY, n, and safeDiv().
| enum pos exprUBDiv::printPos | ( | ) | const [inline, virtual] |
print position (PRE, INSIDE, POST)
Reimplemented from exprOp.
Definition at line 100 of file exprBDiv.hpp.
References PRE.
| std::string exprUBDiv::printOp | ( | ) | const [inline, virtual] |
1.4.7