#include <configuration.h>
Public Member Functions | |
| Option (const std::string &_shortOption, const std::string &_longOption, bool _hasParameter, const std::string &_description) | |
Public Attributes | |
| std::string | shortOption |
| Short name of option (one letter). | |
| std::string | longOption |
| Long name of option. | |
| bool | hasParameter |
| True if option needs a value. | |
| std::string | description |
| Descriptive string for help. | |
Definition at line 54 of file configuration.h.
|
||||||||||||||||||||
|
Definition at line 57 of file configuration.h. |
|
|
Descriptive string for help.
Definition at line 73 of file configuration.h. |
|
|
True if option needs a value.
Definition at line 71 of file configuration.h. |
|
|
Long name of option.
Definition at line 69 of file configuration.h. |
|
|
Short name of option (one letter).
Definition at line 67 of file configuration.h. |
1.4.6