goptions
|
#include <string>
Go to the source code of this file.
Namespaces | |
goptions | |
Macros | |
#define | HELPFILLSPACE " " |
#define | GVERBOSITY_SUMMARY 1 |
#define | GVERBOSITY_DETAILS 2 |
#define | GVERBOSITY_CLASSES 3 |
#define | GVERBOSITY_DESCRIPTION "Possible values: 0: shush; 1: summary; 2: details; 3: everything" |
#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 |
Variables | |
const std::string | goptions::NODFLT = "NODFLT" |
#define EC__DEFINED_OPTION_ALREADY_PRESENT 102 |
Definition at line 16 of file goptionsConventions.h.
#define EC__DEFINED_SWITCHALREADYPRESENT 103 |
Definition at line 17 of file goptionsConventions.h.
#define EC__MANDATORY_NOT_FILLED 105 |
Definition at line 19 of file goptionsConventions.h.
#define EC__NOOPTIONFOUND 101 |
Definition at line 15 of file goptionsConventions.h.
#define EC__YAML_PARSING_ERROR 104 |
Definition at line 18 of file goptionsConventions.h.
#define GVERBOSITY_CLASSES 3 |
Definition at line 9 of file goptionsConventions.h.
#define GVERBOSITY_DESCRIPTION "Possible values: 0: shush; 1: summary; 2: details; 3: everything" |
Definition at line 10 of file goptionsConventions.h.
#define GVERBOSITY_DETAILS 2 |
Definition at line 8 of file goptionsConventions.h.
#define GVERBOSITY_SUMMARY 1 |
Definition at line 7 of file goptionsConventions.h.
#define GVERSION_STRING "version" |
Definition at line 12 of file goptionsConventions.h.
#define HELPFILLSPACE " " |
Definition at line 4 of file goptionsConventions.h.