ALib Enum Record type used by class ExitCodeDecl.
0. Definition at line 534 of file cliargtypes.hpp.
#include <cliargtypes.hpp>
Public Method Index: | |
| ERExitCodeDecl () noexcept | |
| 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 () |
Additional Inherited Members | |
| Public Field Index: inherited from alib::enumrecords::ERSerializable | |
| String | EnumElementName |
| The name of the enum element. | |
| int | MinimumRecognitionLength |
|
inlinenoexcept |
Default constructor leaving the record undefined. (Implementation required as documented here.)
Definition at line 538 of file cliargtypes.hpp.
| void alib::app::ERExitCodeDecl::Parse | ( | ) |
Implementation of void Parse() . This implementation omits parsing the inherited field ERSerializable::MinimumRecognitionLength.
Definition at line 252 of file cliargtypes.cpp.