ALib Enum Record associated with enumeration Priority.
Definition at line 95 of file priority.hpp.
#include <priority.hpp>
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 () |
int Priority |
The precedence of an operator in respect to other binary operators.
Definition at line 98 of file priority.hpp.
|
defaultnoexcept |
Required default constructor leaving the record undefined (Requirement is documented withenums::EnumRecordPrototype.)
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 115 of file configcamp.cpp.