#include <arguments.hpp>
ALib Enum Record type used by class ExitCodeDecl.
0
. Definition at line 689 of file arguments.hpp.
Public Fields | |
int | associatedCLIException |
![]() | |
String | EnumElementName |
int | MinimumRecognitionLength |
Public Methods | |
ERExitCodeDecl () noexcept | |
ALIB_API void | Parse () |
![]() | |
ERSerializable () noexcept=default | |
ERSerializable (const String &name, int minLength=0) noexcept | |
ALIB_API void | Parse () |
|
inlinenoexcept |
Default constructor leaving the record undefined. (Implementation required as documented here.)
Definition at line 697 of file arguments.hpp.
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 306 of file arguments.cpp.
int associatedCLIException |
The CLI module exception associated to this exit code.
Definition at line 692 of file arguments.hpp.