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