ALib Enum Record type used by class ExitCodeDecl .
0
. Definition at line 688 of file arguments.hpp.
#include <arguments.hpp>
Public Field Index: | |
int | associatedCLIException |
Public Field Index: inherited from ERSerializable | |
String | EnumElementName |
int | MinimumRecognitionLength |
Public Method Index: | |
ERExitCodeDecl () noexcept | |
ALIB_API void | Parse () |
Public Method Index: inherited from ERSerializable | |
ERSerializable () noexcept=default | |
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 691 of file arguments.hpp.
|
inlinenoexcept |
Default constructor leaving the record undefined. (Implementation required as documented here .)
Definition at line 696 of file arguments.hpp.
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse .
Definition at line 306 of file arguments.cpp.