#include <ConfigItem.h>
Public Member Functions | |
ConfigItem (std::string val) | |
void | set (std::string const val) |
const std::string | get () const |
template<typename A > | |
const A | get () const |
Definition at line 9 of file ConfigItem.h.
ConfigItem::ConfigItem | ( | std::string | val | ) | [inline] |
const A ConfigItem::get | ( | ) | const [inline] |
get the value of the variable converted to type A
Definition at line 31 of file ConfigItem.h.
const std::string ConfigItem::get | ( | ) | const [inline] |
get the value of the variable
Definition at line 24 of file ConfigItem.h.
void ConfigItem::set | ( | std::string const | val | ) | [inline] |