![]() |
Qt 6.x
The Qt SDK
|
#include <lalr.h>
Collaboration diagram for Read: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 |
|
inline |
|
inline |
| bool Read::operator< | ( | const Read & | other | ) | const |
|
inline |
| Name Read::nt |
Definition at line 286 of file lalr.h.
Referenced by operator!=(), operator<(), and operator==().
| StatePointer Read::state |
Definition at line 285 of file lalr.h.
Referenced by operator!=(), operator<(), and operator==().