ALib Enum Record associated with enumeration DefaultBinaryOperators.
Definition at line 359 of file expressionscamp.hpp.
#include <expressionscamp.hpp>
Public Field Index: | |
int | Precedence |
The precedence of an operator in respect to other binary operators. | |
String | Symbol |
The parable symbol of an operator. | |
Public Method Index: | |
ERBinaryOperator () noexcept=default | |
ERBinaryOperator (const String &symbol, int precedence) | |
ALIB_API void | Parse () |
Implementation of EnumRecordPrototype::Parse. | |
int Precedence |
The precedence of an operator in respect to other binary operators.
Definition at line 365 of file expressionscamp.hpp.
String Symbol |
The parable symbol of an operator.
Definition at line 362 of file expressionscamp.hpp.
|
defaultnoexcept |
Required default constructor leaving the record undefined. (Requirement is documented withenums::EnumRecordPrototype.)
|
inline |
Required initializing constructor. (Requirement is documented withenums::EnumRecordPrototype.)
symbol | The parsable operator symbol. |
precedence | The operator's precedence. |
Definition at line 376 of file expressionscamp.hpp.
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 474 of file expressionscamp.cpp.