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
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.

References nt, and state.

Member Function Documentation

◆ operator!=()

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

Definition at line 278 of file lalr.h.

References nt, and state.

◆ operator<()

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

Definition at line 50 of file lalr.cpp.

References nt, and state.

◆ operator==()

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

Definition at line 275 of file lalr.h.

References nt, and state.

Member Data Documentation

◆ nt

Name Read::nt

Definition at line 285 of file lalr.h.

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

◆ state

StatePointer Read::state

Definition at line 284 of file lalr.h.

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


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