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