ALib Enum Record associated with enumeration DefaultBinaryOperators .
Definition at line 489 of file expressions.hpp.
#include <expressions.hpp>
Public Field Index: | |
String | Replacement |
String | Symbol |
Public Method Index: | |
EROperatorAlias () noexcept=default | |
EROperatorAlias (const String &symbol, const String &replacement) | |
ALIB_API void | Parse () |
String Replacement |
The replacement operator symbol.
Definition at line 495 of file expressions.hpp.
String Symbol |
The parsable symbol of an alias operator.
Definition at line 492 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. |
replacement | The symbol of the aliased operator. |
Definition at line 510 of file expressions.hpp.
void Parse | ( | ) |
Implementation of EnumRecordPrototype::Parse .
Definition at line 483 of file expressions.cpp.