|
goptions
|
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | goptions |
Macros | |
| #define | HELPFILLSPACE " " |
| #define | GVERSION_STRING "version" |
| #define | EC__NOOPTIONFOUND 101 |
| #define | EC__DEFINED_OPTION_ALREADY_PRESENT 102 |
| #define | EC__DEFINED_SWITCHALREADYPRESENT 103 |
| #define | EC__YAML_PARSING_ERROR 104 |
| #define | EC__MANDATORY_NOT_FILLED 105 |
| #define | EC__BAD_CONVERSION 106 |
| #define | EC_WRONG_VERBOSITY_LEVEL 107 |
Variables | |
| const std::string | goptions::NODFLT = "NODFLT" |
| #define EC__BAD_CONVERSION 106 |
Definition at line 13 of file goptionsConventions.h.
| #define EC__DEFINED_OPTION_ALREADY_PRESENT 102 |
Definition at line 9 of file goptionsConventions.h.
| #define EC__DEFINED_SWITCHALREADYPRESENT 103 |
Definition at line 10 of file goptionsConventions.h.
| #define EC__MANDATORY_NOT_FILLED 105 |
Definition at line 12 of file goptionsConventions.h.
| #define EC__NOOPTIONFOUND 101 |
Definition at line 8 of file goptionsConventions.h.
| #define EC__YAML_PARSING_ERROR 104 |
Definition at line 11 of file goptionsConventions.h.
| #define EC_WRONG_VERBOSITY_LEVEL 107 |
Definition at line 14 of file goptionsConventions.h.
| #define GVERSION_STRING "version" |
Definition at line 5 of file goptionsConventions.h.
| #define HELPFILLSPACE " " |
Definition at line 3 of file goptionsConventions.h.