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
Read Class Reference

#include <lalr.h>

+ Collaboration diagram for Read:

Public Member Functions

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

Public Attributes

StatePointer state
 
Name nt
 

Detailed Description

Definition at line 267 of file lalr.h.

Constructor & Destructor Documentation

◆ Read() [1/2]

Read::Read ( )
inline

Definition at line 270 of file lalr.h.

◆ Read() [2/2]

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

Definition at line 272 of file lalr.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 278 of file lalr.h.

References other(), and state.

+ Here is the call graph for this function:

◆ operator<()

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

Definition at line 50 of file lalr.cpp.

References nt, other(), and state.

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 275 of file lalr.h.

References other(), and state.

+ Here is the call graph for this function:

Member Data Documentation

◆ nt

Name Read::nt

Definition at line 285 of file lalr.h.

Referenced by operator<().

◆ state

StatePointer Read::state

Definition at line 284 of file lalr.h.

Referenced by operator<().


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