![]() |
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 | |
NameList::iterator | begin_rhs () const |
NameList::iterator | end_rhs () const |
bool | operator== (const Item &other) const |
bool | operator!= (const Item &other) const |
bool | isReduceItem () const |
Item | next () const |
Public Attributes | |
RulePointer | rule |
NameList::iterator | dot |
QString | translation |
const TranslatorMessage * | msg |
|
inline |
|
inline |
|
inline |
Definition at line 98 of file lalr.h.
Referenced by next(), and operator<<().
Item Item::next | ( | ) | const |
Definition at line 104 of file lalr.cpp.
References isReduceItem(), and rule.
const TranslatorMessage* Item::msg |
Definition at line 24 of file translationprotocol.h.
Referenced by Ollama::makeBatches().
RulePointer Item::rule |
Definition at line 104 of file lalr.h.
Referenced by begin_rhs(), Automaton::build(), Automaton::closure(), end_rhs(), next(), and operator<<().
QString Item::translation |
Definition at line 23 of file translationprotocol.h.