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