ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
EROperatorAlias Struct Reference

Description:


ALib Enum Record associated with enumeration DefaultBinaryOperators .

Definition at line 489 of file expressions.hpp.

#include <expressions.hpp>

Collaboration diagram for EROperatorAlias:
[legend]

Public Field Index:

String Replacement
 
String Symbol
 

Public Method Index:

 EROperatorAlias () noexcept=default
 
 EROperatorAlias (const String &symbol, const String &replacement)
 
ALIB_API void Parse ()
 

Field Details:

◆ Replacement

String Replacement

The replacement operator symbol.

Definition at line 495 of file expressions.hpp.

◆ Symbol

String Symbol

The parsable symbol of an alias operator.

Definition at line 492 of file expressions.hpp.

Constructor(s) / Destructor Details::

◆ EROperatorAlias() [1/2]

EROperatorAlias ( )
defaultnoexcept

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

◆ EROperatorAlias() [2/2]

EROperatorAlias ( const String & symbol,
const String & replacement )
inline

Required initializing constructor. (Requirement is documented withenums::EnumRecordPrototype .)

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

Definition at line 510 of file expressions.hpp.

Method Details:

◆ Parse()

void Parse ( )

Implementation of EnumRecordPrototype::Parse .

Definition at line 483 of file expressions.cpp.

Here is the call graph for this function:

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