QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
Read Class Reference

#include <lalr.h>

Collaboration diagram for Read:
Collaboration graph
[legend]

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 293 of file lalr.h.

Constructor & Destructor Documentation

◆ Read() [1/2]

Read::Read ( )
inline

Definition at line 296 of file lalr.h.

◆ Read() [2/2]

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

Definition at line 298 of file lalr.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 304 of file lalr.h.

Here is the call graph for this function:

◆ operator<()

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

Definition at line 73 of file lalr.cpp.

Here is the call graph for this function:

◆ operator==()

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

Definition at line 301 of file lalr.h.

Here is the call graph for this function:

Member Data Documentation

◆ nt

Name Read::nt

Definition at line 311 of file lalr.h.

◆ state

StatePointer Read::state

Definition at line 310 of file lalr.h.


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