ALib Enum Record associated with enumeration Priorities .
Definition at line 88 of file priorities.hpp.
#include <priorities.hpp>
Public Field Index: | |
int | Priority |
Public Field Index: inherited from ERSerializable | |
String | EnumElementName |
int | MinimumRecognitionLength |
Public Method Index: | |
ERPriorities () noexcept=default | |
ALIB_API void | Parse () |
Public Method Index: inherited from ERSerializable | |
ERSerializable () noexcept=default | |
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 91 of file priorities.hpp.
|
defaultnoexcept |
Required default constructor leaving the record undefined (Requirement is documented withenums::EnumRecordPrototype .)
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse .
Definition at line 112 of file config.cpp.