#include <expressions.hpp>
ALib Enum Record associated with enumeration DefaultBinaryOperators.
Definition at line 490 of file expressions.hpp.
Public Fields | |
String | Replacement |
String | Symbol |
Public Methods | |
EROperatorAlias () noexcept=default | |
EROperatorAlias (const String &symbol, const String &replacement) | |
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. |
replacement | The symbol of the aliased operator. |
Definition at line 511 of file expressions.hpp.
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse.
Definition at line 491 of file expressions.cpp.
String Replacement |
The replacement operator symbol.
Definition at line 496 of file expressions.hpp.
String Symbol |
The parsable symbol of an alias operator.
Definition at line 493 of file expressions.hpp.