#include <configuration.h>
Public Member Functions | |
| OptionEntry (const std::string &_key, const std::string &_value) | |
Public Attributes | |
| std::string | key |
| The key (left hand). | |
| std::string | value |
| The value (right hand). | |
Definition at line 78 of file configuration.h.
|
||||||||||||
|
Definition at line 81 of file configuration.h. |
|
|
The key (left hand).
Definition at line 88 of file configuration.h. |
|
|
The value (right hand).
Definition at line 90 of file configuration.h. |
1.4.6