ALib Enum Record type used by class ExitCodeDecl.
0. Definition at line 513 of file arguments.inl.
Public Field Index: | |
| int | associatedCLIException |
| The CLI module exception associated to this exit-code. | |
| Public Field Index: inherited from alib::enumrecords::ERSerializable | |
| String | EnumElementName |
| The name of the enum element. | |
| int | MinimumRecognitionLength |
Public Method Index: | |
| ERExitCodeDecl () noexcept | |
| void | Parse () |
| Implementation of void Parse() . | |
| Public Method Index: inherited from alib::enumrecords::ERSerializable | |
| ERSerializable () noexcept=default | |
| Defaulted constructor leaving the record undefined. | |
| ERSerializable (const String &name, int minLength=0) noexcept | |
| void | Parse () |
| int alib::cli::ERExitCodeDecl::associatedCLIException |
The CLI module exception associated to this exit-code.
Definition at line 516 of file arguments.inl.
|
inlinenoexcept |
Default constructor leaving the record undefined. (Implementation required as documented here.)
Definition at line 521 of file arguments.inl.
| void alib::cli::ERExitCodeDecl::Parse | ( | ) |
Implementation of void Parse() .
Definition at line 282 of file arguments.cpp.