ALib Enum Record type used by class ExitCodeDecl.
0. Definition at line 577 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 | |
| ALIB_DLL void | Parse () |
| Implementation of EnumRecordPrototype::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 | |
| ALIB_DLL void | Parse () |
| int alib::cli::ERExitCodeDecl::associatedCLIException |
The CLI module exception associated to this exit code.
Definition at line 580 of file arguments.inl.
|
inlinenoexcept |
Default constructor leaving the record undefined. (Implementation required as documented here.)
Definition at line 585 of file arguments.inl.
| void alib::cli::ERExitCodeDecl::Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 306 of file arguments.cpp.