ALib Enum Record type used by class CommandDecl.
Definition at line 404 of file cliargtypes.hpp.
#include <cliargtypes.hpp>
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 | |
| void | Parse () |
| Implementation of 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 () |
| String alib::app::ERCommandDecl::parameters |
List of parameters attached. Separated by '/'.
Definition at line 406 of file cliargtypes.hpp.
|
defaultnoexcept |
Default constructor leaving the record undefined. (Implementation required as documented here.)
| void alib::app::ERCommandDecl::Parse | ( | ) |
Implementation of void Parse() .
Definition at line 227 of file cliargtypes.cpp.