#include <CglMixedIntegerRounding.hpp>
Public Member Functions | |
| CglMixIntRoundVUB () | |
| CglMixIntRoundVUB (const CglMixIntRoundVUB &source) | |
| CglMixIntRoundVUB & | operator= (const CglMixIntRoundVUB &rhs) |
| ~CglMixIntRoundVUB () | |
| int | getVar () const |
| double | getVal () const |
| void | setVar (const int v) |
| void | setVal (const double v) |
Protected Attributes | |
| int | var_ |
| double | val_ |
Definition at line 32 of file CglMixedIntegerRounding.hpp.
| CglMixIntRoundVUB::CglMixIntRoundVUB | ( | ) | [inline] |
Definition at line 43 of file CglMixedIntegerRounding.hpp.
| CglMixIntRoundVUB::CglMixIntRoundVUB | ( | const CglMixIntRoundVUB & | source | ) | [inline] |
| CglMixIntRoundVUB::~CglMixIntRoundVUB | ( | ) | [inline] |
Definition at line 61 of file CglMixedIntegerRounding.hpp.
| CglMixIntRoundVUB& CglMixIntRoundVUB::operator= | ( | const CglMixIntRoundVUB & | rhs | ) | [inline] |
| int CglMixIntRoundVUB::getVar | ( | ) | const [inline] |
| double CglMixIntRoundVUB::getVal | ( | ) | const [inline] |
| void CglMixIntRoundVUB::setVar | ( | const int | v | ) | [inline] |
| void CglMixIntRoundVUB::setVal | ( | const double | v | ) | [inline] |
int CglMixIntRoundVUB::var_ [protected] |
Definition at line 38 of file CglMixedIntegerRounding.hpp.
Referenced by CglMixIntRoundVUB(), getVar(), operator=(), and setVar().
double CglMixIntRoundVUB::val_ [protected] |
Definition at line 39 of file CglMixedIntegerRounding.hpp.
Referenced by CglMixIntRoundVUB(), getVal(), operator=(), and setVal().
1.4.7