ALib C++ Library
Library Version: 2510 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:
[legend]
Collaboration diagram for alib::variables::ERPriority:
[legend]

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
 
ALIB_DLL void Parse ()
 Implementation of EnumRecordPrototype::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
 
ALIB_DLL 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 withenumrecords::EnumRecordPrototype.)

Here is the call graph for this function:

Method Details:

◆ Parse()

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

Implementation of EnumRecordPrototype::Parse.

Definition at line 451 of file configuration.cpp.

Here is the call graph for this function:

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