#include <icl_core/BaseTypes.h>
#include <icl_core/TemplateHelper.h>
#include "icl_core_config/ConfigHelper.h"
#include "icl_core_config/ConfigEnum.h"
#include "icl_core_config/Util.h"
Go to the source code of this file.
Classes | |
class | icl_core::config::ConfigEnumDefault< T > |
Namespaces | |
namespace | icl_core |
namespace | icl_core::config |
Framework for processing configuration files. | |
Defines | |
#define | CONFIG_ENUM_DEFAULT(key, value, default_value, descriptions) (new icl_core::config::ConfigEnumDefault<ICL_CORE_CONFIG_TYPEOF(value)>(key, value, default_value, descriptions)) |
Definition in file ConfigEnumDefault.h.
#define CONFIG_ENUM_DEFAULT | ( | key, | |
value, | |||
default_value, | |||
descriptions | |||
) | (new icl_core::config::ConfigEnumDefault<ICL_CORE_CONFIG_TYPEOF(value)>(key, value, default_value, descriptions)) |
Definition at line 33 of file ConfigEnumDefault.h.