ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ERPriority Struct Reference

Description:

ALib Enum Record associated with enumeration Priority.

Definition at line 95 of file priority.hpp.

#include <priority.hpp>

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

Public Field Index:

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

Public Method Index:

 ERPriority () noexcept=default
 
ALIB_API void Parse ()
 Implementation of EnumRecordPrototype::Parse.
 
- Public Method Index: inherited from ERSerializable
 ERSerializable () noexcept=default
 Defaulted constructor leaving the record undefined.
 
 ERSerializable (const String &name, int minLength=0) noexcept
 
ALIB_API void Parse ()
 

Field Details:

◆ Priority

int Priority

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

Definition at line 98 of file priority.hpp.

Constructor(s) / Destructor Details:

◆ ERPriority()

ERPriority ( )
defaultnoexcept

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

Method Details:

◆ Parse()

void Parse ( )

Implementation of EnumRecordPrototype::Parse.

Definition at line 115 of file configcamp.cpp.

Here is the call graph for this function:

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