ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Fields | Public Methods | List of all members
ERCommandDecl Struct Reference

#include <arguments.hpp>

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

Class Description

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

Constructor & Destructor Documentation

◆ ERCommandDecl()

ERCommandDecl ( )
defaultnoexcept

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

Member Function Documentation

◆ Parse()

void Parse ( )

Implementation of EnumRecordPrototype::Parse.

Definition at line 278 of file arguments.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ parameters

String parameters

List of parameters attached. Separated by '/'.

Definition at line 515 of file arguments.hpp.


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