goptions
goptionsConventions.h File Reference
#include <string>
Include dependency graph for goptionsConventions.h:
This graph shows which files directly or indirectly include this file:

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"
 

Macro Definition Documentation

◆ EC__DEFINED_OPTION_ALREADY_PRESENT

#define EC__DEFINED_OPTION_ALREADY_PRESENT   102

Definition at line 16 of file goptionsConventions.h.

◆ EC__DEFINED_SWITCHALREADYPRESENT

#define EC__DEFINED_SWITCHALREADYPRESENT   103

Definition at line 17 of file goptionsConventions.h.

◆ EC__MANDATORY_NOT_FILLED

#define EC__MANDATORY_NOT_FILLED   105

Definition at line 19 of file goptionsConventions.h.

◆ EC__NOOPTIONFOUND

#define EC__NOOPTIONFOUND   101

Definition at line 15 of file goptionsConventions.h.

◆ EC__YAML_PARSING_ERROR

#define EC__YAML_PARSING_ERROR   104

Definition at line 18 of file goptionsConventions.h.

◆ GVERBOSITY_CLASSES

#define GVERBOSITY_CLASSES   3

Definition at line 9 of file goptionsConventions.h.

◆ GVERBOSITY_DESCRIPTION

#define GVERBOSITY_DESCRIPTION   "Possible values: 0: shush; 1: summary; 2: details; 3: everything"

Definition at line 10 of file goptionsConventions.h.

◆ GVERBOSITY_DETAILS

#define GVERBOSITY_DETAILS   2

Definition at line 8 of file goptionsConventions.h.

◆ GVERBOSITY_SUMMARY

#define GVERBOSITY_SUMMARY   1

Definition at line 7 of file goptionsConventions.h.

◆ GVERSION_STRING

#define GVERSION_STRING   "version"

Definition at line 12 of file goptionsConventions.h.

◆ HELPFILLSPACE

#define HELPFILLSPACE   " "

Definition at line 4 of file goptionsConventions.h.