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

Constructor & Destructor Documentation

◆ Include() [1/2]

Include::Include ( )
inline

Definition at line 291 of file lalr.h.

◆ Include() [2/2]

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

Definition at line 293 of file lalr.h.

References nt, and state.

Member Function Documentation

◆ operator!=()

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

Definition at line 299 of file lalr.h.

References nt, and state.

◆ operator<()

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

Definition at line 58 of file lalr.cpp.

References nt, and state.

◆ operator==()

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

Definition at line 296 of file lalr.h.

References nt, and state.

Member Data Documentation

◆ nt

Name Include::nt

Definition at line 306 of file lalr.h.

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

◆ state

StatePointer Include::state

Definition at line 305 of file lalr.h.

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


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