Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

References nt, and state.

Member Function Documentation

◆ operator!=()

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

Definition at line 73 of file lalr.h.

References nt, and state.

◆ operator<()

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

Definition at line 66 of file lalr.cpp.

References nt, and state.

◆ operator==()

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

Definition at line 70 of file lalr.h.

References nt, and state.

Member Data Documentation

◆ nt

Name Lookback::nt

Definition at line 80 of file lalr.h.

Referenced by Lookback(), operator!=(), operator<(), and operator==().

◆ state

StatePointer Lookback::state

Definition at line 79 of file lalr.h.

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


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