ALib Enum Record type used by class ExitCodeDecl.
0
. Definition at line 585 of file arguments.hpp.
#include <arguments.hpp>
Public Field Index: | |
int | associatedCLIException |
The CLI module exception associated to this exit code. | |
Public Field Index: inherited from ERSerializable | |
String | EnumElementName |
The name of the enum element. | |
int | MinimumRecognitionLength |
Public Method Index: | |
ERExitCodeDecl () noexcept | |
ALIB_API void | Parse () |
Implementation of EnumRecordPrototype::Parse. | |
Public Method Index: inherited from ERSerializable | |
ERSerializable () noexcept=default | |
Defaulted constructor leaving the record undefined. | |
ERSerializable (const String &name, int minLength=0) noexcept | |
ALIB_API void | Parse () |
int associatedCLIException |
The CLI module exception associated to this exit code.
Definition at line 588 of file arguments.hpp.
|
inlinenoexcept |
Default constructor leaving the record undefined. (Implementation required as documented here.)
Definition at line 593 of file arguments.hpp.
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 296 of file arguments.cpp.