#include <orsa_config.h>
Collaboration diagram for ConfigItem:

Public Member Functions | |
| ConfigItem (const std::string t) | |
| ConfigItem (const T v, const std::string t) | |
| T | GetValue () const |
| void | SetValue (const T v) |
Public Attributes | |
| const std::string | tag |
Definition at line 35 of file orsa_config.h.
| ConfigItem | ( | const std::string | t | ) | [inline] |
| ConfigItem | ( | const T | v, | |
| const std::string | t | |||
| ) | [inline] |
| T GetValue | ( | ) | const [inline] |
| void SetValue | ( | const T | v | ) | [inline] |
| const std::string tag |
Definition at line 48 of file orsa_config.h.
1.4.7