#include <priorities.hpp>
ALib Enum Record associated with enumeration Priorities.
Definition at line 90 of file priorities.hpp.
Public Fields | |
int | Priority |
![]() | |
String | EnumElementName |
int | MinimumRecognitionLength |
Public Methods | |
ERPriorities () noexcept=default | |
ALIB_API void | Parse () |
![]() | |
ERSerializable () noexcept=default | |
ERSerializable (const String &name, int minLength=0) noexcept | |
ALIB_API void | Parse () |
|
defaultnoexcept |
Required default constructor leaving the record undefined (Requirement is documented withenums::EnumRecordPrototype.)
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 116 of file config.cpp.
int Priority |
The precedence of an operator in respect to other binary operators.
Definition at line 93 of file priorities.hpp.