#include <icl_core/BaseTypes.h>#include <icl_core/TemplateHelper.h>#include "icl_core_config/ConfigHelper.h"#include "icl_core_config/ConfigValue.h"#include "icl_core_config/Util.h"

Go to the source code of this file.
Classes | |
| class | icl_core::config::ConfigValueDefault< T > |
Namespaces | |
| namespace | icl_core |
| namespace | icl_core::config |
Framework for processing configuration files. | |
Defines | |
| #define | CONFIG_VALUE_DEFAULT(key, value, default_value) (new icl_core::config::ConfigValueDefault<ICL_CORE_CONFIG_TYPEOF(value)>(key, value, default_value)) |
Definition in file ConfigValueDefault.h.
| #define CONFIG_VALUE_DEFAULT | ( | key, | |
| value, | |||
| default_value | |||
| ) | (new icl_core::config::ConfigValueDefault<ICL_CORE_CONFIG_TYPEOF(value)>(key, value, default_value)) |
Definition at line 33 of file ConfigValueDefault.h.