ALib Enum Record type used by class CommandDecl.
Definition at line 430 of file arguments.inl.
Public Field Index: | |
| String | parameters |
List of parameters attached. Separated by '/'. | |
Public Field Index: inherited from alib::enumrecords::ERSerializable | |
| String | EnumElementName |
| The name of the enum element. | |
| int | MinimumRecognitionLength |
Public Method Index: | |
| ERCommandDecl () noexcept=default | |
| 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 () |
| String alib::cli::ERCommandDecl::parameters |
List of parameters attached. Separated by '/'.
Definition at line 433 of file arguments.inl.
|
defaultnoexcept |
Default constructor leaving the record undefined. (Implementation required as documented here.)
| void alib::cli::ERCommandDecl::Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 278 of file arguments.cpp.