ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::app::ERCommandDecl Struct Reference

Description:

ALib Enum Record type used by class CommandDecl.

Definition at line 404 of file cliargtypes.hpp.

#include <cliargtypes.hpp>

Inheritance diagram for alib::app::ERCommandDecl:
[legend]
Collaboration diagram for alib::app::ERCommandDecl:
[legend]

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 ()

Field Details:

◆ parameters

String alib::app::ERCommandDecl::parameters

List of parameters attached. Separated by '/'.

Definition at line 406 of file cliargtypes.hpp.

Constructor(s) / Destructor Details:

◆ ERCommandDecl()

alib::app::ERCommandDecl::ERCommandDecl ( )
defaultnoexcept

Default constructor leaving the record undefined. (Implementation required as documented here.)

Here is the call graph for this function:

Method Details:

◆ Parse()

void alib::app::ERCommandDecl::Parse ( )

Implementation of void Parse() .

Definition at line 227 of file cliargtypes.cpp.

Here is the call graph for this function:

The documentation for this struct was generated from the following files: