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

Member Function Documentation

◆ operator!=()

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

Definition at line 299 of file lalr.h.

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

References other(), and state.

+ Here is the call graph for this function:

Member Data Documentation

◆ nt

Name Include::nt

Definition at line 306 of file lalr.h.

Referenced by operator<().

◆ state

StatePointer Include::state

Definition at line 305 of file lalr.h.

Referenced by operator<().


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