#include <expressions.hpp>
ALib Enum Record associated with enumeration DefaultBinaryOperators.
Definition at line 413 of file expressions.hpp.
Public Fields | |
| int | Precedence |
| String | Symbol |
Public Methods | |
| ERBinaryOperator () noexcept=default | |
| ERBinaryOperator (const String &symbol, int precedence) | |
| ALIB_API void | Parse () |
|
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 434 of file expressions.hpp.
| void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 485 of file expressions.cpp.
| int Precedence |
The precedence of an operator in respect to other binary operators.
Definition at line 419 of file expressions.hpp.
| String Symbol |
The parable symbol of an operator.
Definition at line 416 of file expressions.hpp.