23 #ifndef ICL_CORE_CONFIG_T_CONFIG_VALUES_H_INCLUDED 24 #define ICL_CORE_CONFIG_T_CONFIG_VALUES_H_INCLUDED 52 const char *
const *descriptions,
53 const char *end_marker = NULL)
54 :
ConfigEnum<T>(key, value, descriptions, end_marker)
78 const char *
const *descriptions,
79 const char *end_marker = NULL)
TConfigValueDefault(const icl_core::String &key, typename icl_core::ConvertToRef< T >::ToRef value, typename icl_core::ConvertToRef< T >::ToConstRef default_value)
#define ICL_CORE_VC_DEPRECATE
Contains macros to deprecate classes, types, functions and variables.
ICL_CORE_VC_DEPRECATE AttributeTree tAttributeTree ICL_CORE_GCC_DEPRECATE
TConfigValue(const icl_core::String &key, typename icl_core::ConvertToRef< T >::ToRef value)
TConfigEnum(const icl_core::String &key, typename icl_core::ConvertToRef< T >::ToRef value, const char *const *descriptions, const char *end_marker=NULL)
virtual ~TConfigEnumDefault()
virtual ~TConfigValueDefault()
TConfigEnumDefault(const icl_core::String &key, typename icl_core::ConvertToRef< T >::ToRef value, typename icl_core::ConvertToRef< T >::ToConstRef default_value, const char *const *descriptions, const char *end_marker=NULL)