|
Public Types |
| typedef std::vector< Real > | Type |
| typedef std::vector< Real > | RepType |
| enum | { value = ValueType::VECTOR
} |
Static Public Member Functions |
| RepType | init () |
| Type | empty () |
| unsigned int | size (const RepType &v) |
| 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 | check (const ConstraintValueType::NoConstraints &, const RepType &) |
| bool | check (const ConstraintValueType::NotEmpty &, const RepType &v) |
| bool | check (const ConstraintValueType::Empty &, const RepType &v) |
| bool | check (const ConstraintValueType::Zero &, const RepType &v) |
| bool | check (const ConstraintValueType::NotZero &, const RepType &v) |
| bool | check (const ConstraintValueType::Positive &, const RepType &v) |
| bool | check (const ConstraintValueType::Negative &, const RepType &v) |
| bool | check (const ConstraintValueType::NotPositive &, const RepType &v) |
| bool | check (const ConstraintValueType::NotNegative &, const RepType &v) |