Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::utils::ConfigFile::KeyRestriction Struct Reference

Utility Type for restriction of type values. More...

#include <ConfigFile.h>

List of all members.

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

Detailed Description

Utility Type for restriction of type values.

Currently key restrictions cannot be propergated to the XML structure when set


Constructor & Destructor Documentation

icl::utils::ConfigFile::KeyRestriction::KeyRestriction ( double  min,
double  max 
) [inline]
icl::utils::ConfigFile::KeyRestriction::KeyRestriction ( const std::string &  values) [inline]

Member Function Documentation


Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines