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

Description:

ALib Enum Record type used by class ExitCodeDecl .

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

Definition at line 688 of file arguments.hpp.

#include <arguments.hpp>

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

Public Field Index:

int associatedCLIException
 
- Public Field Index: inherited from ERSerializable
String EnumElementName
 
int MinimumRecognitionLength
 

Public Method Index:

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

◆ associatedCLIException

int associatedCLIException

The CLI module exception associated to this exit code.

Definition at line 691 of file arguments.hpp.

Constructor(s) / Destructor Details::

◆ ERExitCodeDecl()

ERExitCodeDecl ( )
inlinenoexcept

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

Definition at line 696 of file arguments.hpp.

Method Details:

◆ Parse()

void Parse ( )

Implementation of EnumRecordPrototype::Parse .

Definition at line 306 of file arguments.cpp.

Here is the call graph for this function:

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