ALib Enum Record type used by class CommandDecl .
Definition at line 511 of file arguments.hpp.
#include <arguments.hpp>
Public Field Index: | |
String | parameters |
Public Field Index: inherited from ERSerializable | |
String | EnumElementName |
int | MinimumRecognitionLength |
Public Method Index: | |
ERCommandDecl () noexcept=default | |
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 () |
String parameters |
List of parameters attached. Separated by '/'
.
Definition at line 514 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 278 of file arguments.cpp.