Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 64 of file lalr.h.

Constructor & Destructor Documentation

◆ Lookback()

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

Definition at line 67 of file lalr.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 73 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 70 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 80 of file lalr.h.

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

◆ state

StatePointer Lookback::state

Definition at line 79 of file lalr.h.

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


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