goptions
goptionsConventions.h
Go to the documentation of this file.
1 #ifndef GOPTIONS_CONVENTIONS_H
2 #define GOPTIONS_CONVENTIONS_H 1
3 
4 #define HELPFILLSPACE " "
5 
6 #define GVERSION_STRING "version"
7 
8 // exit codes: 100s
9 #define EC__NOOPTIONFOUND 101
10 #define EC__DEFINED_OPTION_ALREADY_PRESENT 102
11 #define EC__DEFINED_SWITCHALREADYPRESENT 103
12 #define EC__YAML_PARSING_ERROR 104
13 #define EC__MANDATORY_NOT_FILLED 105
14 #define EC__BAD_CONVERSION 106
15 #define EC_WRONG_VERBOSITY_LEVEL 107
16 
17 
18 #include <string>
19 namespace goptions {
20  const std::string NODFLT = "NODFLT";
21 }
22 
23 
24 #endif
const std::string NODFLT