ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Fields | Public Methods | List of all members
EROperatorAlias Struct Reference

#include <expressions.hpp>

Collaboration diagram for EROperatorAlias:
[legend]

Class Description


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 ()
 

Constructor & Destructor Documentation

◆ 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 511 of file expressions.hpp.

Member Function Documentation

◆ Parse()

void Parse ( )

Implementation of EnumRecordPrototype::Parse.

Definition at line 491 of file expressions.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ Replacement

String Replacement

The replacement operator symbol.

Definition at line 496 of file expressions.hpp.

◆ Symbol

String Symbol

The parsable symbol of an alias operator.

Definition at line 493 of file expressions.hpp.


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