database of essential information absorbed from the custom arguments More...
Public Member Functions | |
InfoBitpodPP () | |
InfoBitpodPP (const InfoBitpodPP &other) | |
~InfoBitpodPP () | |
InfoBitpodPP & | operator= (const InfoBitpodPP &other) |
Public Attributes | |
std::string | dictName |
Verbose | vconsole |
Verbose | vlog |
Detailed Description
database of essential information absorbed from the custom arguments
The class store from argv string of the main the following information:
- ditcname: (string) name of the target xml dictionary
- vconsole: (enum VERBOSE) type of message verbosity returned by the application on console.
- vlog: (enum VERBOSE) type of message verbosity returned by the application on log file.
- Examples
- POD_application_example_00001.cpp.
Definition at line 64 of file POD_application_example_00001.cpp.
Constructor & Destructor Documentation
◆ InfoBitpodPP() [1/2]
|
inline |
Base constructor
- Examples
- POD_application_example_00001.cpp.
Definition at line 71 of file POD_application_example_00001.cpp.
◆ ~InfoBitpodPP()
|
inline |
Destructor
- Examples
- POD_application_example_00001.cpp.
Definition at line 77 of file POD_application_example_00001.cpp.
◆ InfoBitpodPP() [2/2]
|
inline |
Copy constructor
Definition at line 80 of file POD_application_example_00001.cpp.
Member Function Documentation
◆ operator=()
|
inline |
Assignement operator
- Examples
- POD_application_example_00001.cpp.
Definition at line 85 of file POD_application_example_00001.cpp.
Member Data Documentation
◆ dictName
std::string InfoBitpodPP::dictName |
target name of xml dictionary
- Examples
- POD_application_example_00001.cpp.
Definition at line 66 of file POD_application_example_00001.cpp.
◆ vconsole
Verbose InfoBitpodPP::vconsole |
type of console verbosity
- Examples
- POD_application_example_00001.cpp.
Definition at line 67 of file POD_application_example_00001.cpp.
◆ vlog
Verbose InfoBitpodPP::vlog |
type of log file verbosity
- Examples
- POD_application_example_00001.cpp.
Definition at line 68 of file POD_application_example_00001.cpp.
The documentation for this struct was generated from the following file:
- examples/POD_application_example_00001.cpp
