#include <arguments.hpp>
ALib Enum Record type used by class CommandDecl.
Definition at line 512 of file arguments.hpp.
Public Fields | |
| String | parameters |
Public Fields inherited from ERSerializable | |
| String | EnumElementName |
| int | MinimumRecognitionLength |
Public Methods | |
| ERCommandDecl () noexcept=default | |
| ALIB_API void | Parse () |
Public Methods inherited from ERSerializable | |
| ERSerializable () noexcept=default | |
| ERSerializable (const String &name, int minLength=0) noexcept | |
| ALIB_API void | Parse () |
|
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.
| String parameters |
List of parameters attached. Separated by '/'.
Definition at line 515 of file arguments.hpp.