#include <exprBDiv.hpp>
Inheritance diagram for exprLBDiv:
Public Member Functions | |
exprLBDiv (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 36 of file exprBDiv.hpp.
exprLBDiv::exprLBDiv | ( | expression ** | al, | |
int | n | |||
) | [inline] |
expression* exprLBDiv::clone | ( | Domain * | d = NULL |
) | const [inline, virtual] |
cloning method
Reimplemented from expression.
Definition at line 45 of file exprBDiv.hpp.
References exprOp::clonearglist(), exprLBDiv(), and exprOp::nargs_.
CouNumber exprLBDiv::operator() | ( | ) | [inline, virtual] |
function for the evaluation of the expression
Implements expression.
Definition at line 63 of file exprBDiv.hpp.
References exprOp::arglist_, COUENNE_INFINITY, n, and safeDiv().
enum pos exprLBDiv::printPos | ( | ) | const [inline, virtual] |
print position (PRE, INSIDE, POST)
Reimplemented from exprOp.
Definition at line 52 of file exprBDiv.hpp.
References PRE.
std::string exprLBDiv::printOp | ( | ) | const [inline, virtual] |