ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::expressions::EROperatorAlias Struct Reference

Description:

ALib Enum Record associated with enumeration DefaultBinaryOperators.

Definition at line 417 of file expressionscamp.inl.

Public Field Index:

String Replacement
 The replacement operator symbol.
String Symbol
 The parsable symbol of an alias operator.

Public Method Index:

 EROperatorAlias () noexcept=default
 EROperatorAlias (const String &symbol, const String &replacement)
void Parse ()
 Implementation of void Parse() .

Field Details:

◆ Replacement

String alib::expressions::EROperatorAlias::Replacement

The replacement operator symbol.

Definition at line 423 of file expressionscamp.inl.

◆ Symbol

String alib::expressions::EROperatorAlias::Symbol

The parsable symbol of an alias operator.

Definition at line 420 of file expressionscamp.inl.

Constructor(s) / Destructor Details:

◆ EROperatorAlias() [1/2]

alib::expressions::EROperatorAlias::EROperatorAlias ( )
defaultnoexcept

Required default constructor leaving the record undefined. (Requirement is documented with EnumRecordPrototype.)

◆ EROperatorAlias() [2/2]

alib::expressions::EROperatorAlias::EROperatorAlias ( const String & symbol,
const String & replacement )
inline

Required initializing constructor. (Requirement is documented with EnumRecordPrototype.)

Parameters
symbolThe parsable operator symbol.
replacementThe symbol of the aliased operator.

Definition at line 434 of file expressionscamp.inl.

Method Details:

◆ Parse()

void alib::expressions::EROperatorAlias::Parse ( )

Implementation of void Parse() .

Definition at line 482 of file expressionscamp.cpp.


The documentation for this struct was generated from the following files: