ALib Enum Record associated with enumeration DefaultBinaryOperators .
Definition at line 412 of file expressions.hpp.
#include <expressions.hpp>
Public Field Index: | |
int | Precedence |
String | Symbol |
Public Method Index: | |
ERBinaryOperator () noexcept=default | |
ERBinaryOperator (const String &symbol, int precedence) | |
ALIB_API void | Parse () |
int Precedence |
The precedence of an operator in respect to other binary operators.
Definition at line 418 of file expressions.hpp.
String Symbol |
The parable symbol of an operator.
Definition at line 415 of file expressions.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 433 of file expressions.hpp.
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse .
Definition at line 477 of file expressions.cpp.