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