![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <lalr.h>
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 285 of file lalr.h.
Referenced by Read(), operator!=(), operator<(), and operator==().
StatePointer Read::state |
Definition at line 284 of file lalr.h.
Referenced by Read(), operator!=(), operator<(), and operator==().