Namespace for all internally used functionality implemented. More...
Classes | |
struct | storage_type |
struct | storage_type< U, std::enable_if_t< std::is_enum< U >::value > > |
struct | storage_type< U, std::enable_if_t<!std::is_enum< U >::value > > |
struct | tReservedProperties |
Functions | |
template<typename T, typename ValueType> | |
void | set_value_list (IProperties &oSubProperties, const std::vector< std::pair< ValueType, std::string > > &oValueList, bool bRestrictToValues=true) |
template<typename T> | |
void | set_valid_range (IProperties &oSubProperties, const T &xMin, const T &xMax) |
Namespace for all internally used functionality implemented.
void set_valid_range | ( | IProperties & | oSubProperties, |
const T & | xMin, | ||
const T & | xMax ) |
Definition at line 495 of file configuration.h.
void set_value_list | ( | IProperties & | oSubProperties, |
const std::vector< std::pair< ValueType, std::string > > & | oValueList, | ||
bool | bRestrictToValues = true ) |
Definition at line 470 of file configuration.h.