Image Component Library (ICL)
|
Utility Type for restriction of type values. More...
#include <ConfigFile.h>
Public Member Functions | |
KeyRestriction () | |
KeyRestriction (double min, double max) | |
KeyRestriction (const std::string &values) | |
ICLUtils_API std::string | toString () const |
Public Attributes | |
double | min |
double | max |
std::string | values |
bool | hasRange |
bool | hasValues |
Utility Type for restriction of type values.
Currently key restrictions cannot be propergated to the XML structure when set
|
inline |
|
inline |
|
inline |
ICLUtils_API std::string icl::utils::ConfigFile::KeyRestriction::toString | ( | ) | const |
bool icl::utils::ConfigFile::KeyRestriction::hasRange |
bool icl::utils::ConfigFile::KeyRestriction::hasValues |
double icl::utils::ConfigFile::KeyRestriction::max |
double icl::utils::ConfigFile::KeyRestriction::min |
std::string icl::utils::ConfigFile::KeyRestriction::values |