ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
ERCommandDecl Struct Reference

Description:

ALib Enum Record type used by class CommandDecl .

Definition at line 511 of file arguments.hpp.

#include <arguments.hpp>

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

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

Field Details:

◆ parameters

String parameters

List of parameters attached. Separated by '/'.

Definition at line 514 of file arguments.hpp.

Constructor(s) / Destructor Details::

◆ ERCommandDecl()

ERCommandDecl ( )
defaultnoexcept

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

Method Details:

◆ Parse()

void Parse ( )

Implementation of EnumRecordPrototype::Parse .

Definition at line 278 of file arguments.cpp.

Here is the call graph for this function:

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