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

#include <lalr.h>

Collaboration diagram for Include:
Collaboration graph
[legend]

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

Constructor & Destructor Documentation

◆ Include() [1/2]

Include::Include ( )
inline

Definition at line 317 of file lalr.h.

◆ Include() [2/2]

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

Definition at line 319 of file lalr.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 325 of file lalr.h.

Here is the call graph for this function:

◆ operator<()

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

Definition at line 81 of file lalr.cpp.

Here is the call graph for this function:

◆ operator==()

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

Definition at line 322 of file lalr.h.

Here is the call graph for this function:

Member Data Documentation

◆ nt

Name Include::nt

Definition at line 332 of file lalr.h.

◆ state

StatePointer Include::state

Definition at line 331 of file lalr.h.


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