goptions
Loading...
Searching...
No Matches
goptionsConventions.h
Go to the documentation of this file.
1
17
#pragma once
18
35
#define HELPFILLSPACE " "
36
45
#define GVERSION_STRING "version"
46
47
// exit codes: 100s
57
#define EC__NOOPTIONFOUND 101
58
#define EC__DEFINED_OPTION_ALREADY_PRESENT 102
59
#define EC__DEFINED_SWITCHALREADYPRESENT 103
60
#define EC__YAML_PARSING_ERROR 104
61
#define EC__MANDATORY_NOT_FILLED 105
62
#define EC__BAD_CONVERSION 106
63
#define EC_WRONG_VERBOSITY_LEVEL 107
67
#include <string>
68
69
namespace
goptions
{
84
const
std::string
NODFLT
=
"NODFLT"
;
85
}
goptions
Definition
goptionsConventions.h:69
goptions::NODFLT
const std::string NODFLT
Marker literal indicating "no default value" for a structured option key.
Definition
goptionsConventions.h:84
goptionsConventions.h
Generated by
1.10.0