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

Description:

ALib Enum Record associated with enumeration Priority.

Definition at line 13 of file erpriority.inl.

Inheritance diagram for alib::variables::ERPriority:
alib::enumrecords::ERSerializable

Public Field Index:

int Priority
 The precedence of an operator in respect to other binary operators.
Public Field Index: inherited from alib::enumrecords::ERSerializable
String EnumElementName
 The name of the enum element.
int MinimumRecognitionLength

Public Method Index:

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

◆ Priority

int alib::variables::ERPriority::Priority

The precedence of an operator in respect to other binary operators.

Definition at line 16 of file erpriority.inl.

Constructor(s) / Destructor Details:

◆ ERPriority()

alib::variables::ERPriority::ERPriority ( )
defaultnoexcept

Required default constructor leaving the record undefined (Requirement is documented with EnumRecordPrototype.)

Method Details:

◆ Parse()

void alib::variables::ERPriority::Parse ( )

Implementation of void Parse() .

Definition at line 419 of file configuration.cpp.


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