Constant with bounds (range). More...
#include <const.h>


Public Member Functions | |
| BoundedConstant (std::string name, unsigned int lbound, unsigned int ubound) | |
| BoundedConstant constructor. | |
| ~BoundedConstant () override | |
| BoundedConstant destructor. | |
| unsigned int | lbound () const |
| unsigned int | ubound () const |
Constant with bounds (range).
| sesstype::parameterised::BoundedConstant::BoundedConstant | ( | std::string | name, |
| unsigned int | lbound, | ||
| unsigned int | ubound | ||
| ) | [inline] |
BoundedConstant constructor.
| [in] | name | of BoundedConstant. |
| [in] | lbound | lower bound of range. |
| [in] | ubound | upper bound of range. |
| unsigned int sesstype::parameterised::BoundedConstant::lbound | ( | ) | const [inline] |
| unsigned int sesstype::parameterised::BoundedConstant::ubound | ( | ) | const [inline] |
1.7.6.1