ALib Enum Record associated with enumeration Priority.
Definition at line 13 of file erpriority.inl.
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 () |
| int alib::variables::ERPriority::Priority |
The precedence of an operator in respect to other binary operators.
Definition at line 16 of file erpriority.inl.
|
defaultnoexcept |
Required default constructor leaving the record undefined (Requirement is documented withenumrecords::EnumRecordPrototype.)
| void alib::variables::ERPriority::Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 451 of file configuration.cpp.