|
Public Types |
| typedef unsigned int | Type |
| typedef unsigned int | RepType |
| enum | { value = ValueType::UINT
} |
Static Public Member Functions |
| RepType | init () |
| Type | empty () |
| unsigned int | size (RepType) |
| bool | read (std::istream &is, RepType &v) |
| template<typename T> bool | convert (T, RepType &) |
| template<typename T> RepType | convert (T v) |
| template<typename T> bool | convertTest (T v) |
| bool | convert (RepType v, RepType &r) |
| bool | convert (std::string v, RepType &r) |
| bool | convert (bool v, RepType &r) |
| bool | convert (int v, RepType &r) |
| bool | convert (Real v, RepType &r) |
| bool | check (const ConstraintValueType::NoConstraints &, RepType) |
| bool | check (const ConstraintValueType::NotZero &, RepType v) |
| bool | check (const ConstraintValueType::Zero &, RepType v) |
| bool | check (const ConstraintValueType::Positive &, RepType v) |