Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
Include Class Reference

#include <lalr.h>

+ Collaboration diagram for Include:

Public Member Functions

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

Public Attributes

StatePointer state
 
Name nt
 

Detailed Description

Definition at line 289 of file lalr.h.

Constructor & Destructor Documentation

◆ Include() [1/2]

Include::Include ( )
inline

Definition at line 292 of file lalr.h.

◆ Include() [2/2]

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

Definition at line 294 of file lalr.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 300 of file lalr.h.

References nt, other(), and state.

+ Here is the call graph for this function:

◆ operator<()

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

Definition at line 58 of file lalr.cpp.

References nt, other(), and state.

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 297 of file lalr.h.

References nt, other(), and state.

+ Here is the call graph for this function:

Member Data Documentation

◆ nt

Name Include::nt

Definition at line 307 of file lalr.h.

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

◆ state

StatePointer Include::state

Definition at line 306 of file lalr.h.

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


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