ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::cli::ERExitCodeDecl Struct Reference

Description:

ALib Enum Record type used by class ExitCodeDecl.

Note
Field int MinimumRecognitionLength is not read from the string, but set to fixed value 0.

Definition at line 513 of file arguments.inl.

Inheritance diagram for alib::cli::ERExitCodeDecl:
alib::enumrecords::ERSerializable

Public Field Index:

int associatedCLIException
 The CLI module exception associated to this exit-code.
Public Field Index: inherited from alib::enumrecords::ERSerializable
String EnumElementName
 The name of the enum element.
int MinimumRecognitionLength

Public Method Index:

 ERExitCodeDecl () noexcept
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:

◆ associatedCLIException

int alib::cli::ERExitCodeDecl::associatedCLIException

The CLI module exception associated to this exit-code.

Definition at line 516 of file arguments.inl.

Constructor(s) / Destructor Details:

◆ ERExitCodeDecl()

alib::cli::ERExitCodeDecl::ERExitCodeDecl ( )
inlinenoexcept

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

Definition at line 521 of file arguments.inl.

Method Details:

◆ Parse()

void alib::cli::ERExitCodeDecl::Parse ( )

Implementation of void Parse() .

Definition at line 282 of file arguments.cpp.


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