Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
Lookback Class Reference

#include <lalr.h>

+ Collaboration diagram for Lookback:

Public Member Functions

 Lookback (StatePointer s, Name n)
 
bool operator== (const Lookback &other) const
 
bool operator!= (const Lookback &other) const
 
bool operator< (const Lookback &other) const
 

Public Attributes

StatePointer state
 
Name nt
 

Detailed Description

Definition at line 65 of file lalr.h.

Constructor & Destructor Documentation

◆ Lookback()

Lookback::Lookback ( StatePointer  s,
Name  n 
)
inline

Definition at line 68 of file lalr.h.

Member Function Documentation

◆ operator!=()

bool Lookback::operator!= ( const Lookback other) const
inline

Definition at line 74 of file lalr.h.

References nt, other(), and state.

+ Here is the call graph for this function:

◆ operator<()

bool Lookback::operator< ( const Lookback other) const

Definition at line 66 of file lalr.cpp.

References nt, other(), and state.

+ Here is the call graph for this function:

◆ operator==()

bool Lookback::operator== ( const Lookback other) const
inline

Definition at line 71 of file lalr.h.

References nt, other(), and state.

+ Here is the call graph for this function:

Member Data Documentation

◆ nt

Name Lookback::nt

Definition at line 81 of file lalr.h.

Referenced by Automaton::buildLookaheads(), Automaton::dump(), operator!=(), operator<(), and operator==().

◆ state

StatePointer Lookback::state

Definition at line 80 of file lalr.h.

Referenced by Automaton::buildLookaheads(), Automaton::dump(), operator!=(), operator<(), and operator==().


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