#include <const.h>
Public Member Functions | |
ValueConstant (std::string name, unsigned int value) | |
ValueConstant constructor. | |
~ValueConstant () override | |
ValueConstant destructor. | |
unsigned int | value () const |
Constant value.
sesstype::parameterised::ValueConstant::ValueConstant | ( | std::string | name, |
unsigned int | value | ||
) | [inline] |
ValueConstant constructor.
[in] | name | of ValueConstant. |
[in] | value | of ValueConstant. |
unsigned int sesstype::parameterised::ValueConstant::value | ( | ) | const [inline] |