![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
struct | NotNullable |
struct | _Bucket |
Namespaces | |
namespace | std |
[33] |
Macros | |
#define | QLALR_NO_DEBUG_NULLABLES |
#define | QLALR_NO_DEBUG_LOOKBACKS |
#define | QLALR_NO_DEBUG_DIRECT_READS |
#define | QLALR_NO_DEBUG_READS |
#define | QLALR_NO_DEBUG_INCLUDES |
#define | QLALR_NO_DEBUG_LOOKAHEADS |
Functions | |
QT_BEGIN_NAMESPACE QTextStream & | qerr () |
QTextStream & | qout () |
bool | std::operator< (Name a, Name b) |
bool | std::operator< (ItemPointer a, ItemPointer b) |
bool | std::operator< (StatePointer a, StatePointer b) |
QTextStream & | operator<< (QTextStream &out, const Name &n) |
QTextStream & | operator<< (QTextStream &out, const Rule &r) |
QTextStream & | operator<< (QTextStream &out, const NameSet &ns) |
QTextStream & | operator<< (QTextStream &out, const Item &item) |
QTextStream & operator<< | ( | QTextStream & | out, |
const Item & | item ) |
Definition at line 116 of file lalr.cpp.
References Item::isReduceItem(), and Item::rule.
QTextStream & operator<< | ( | QTextStream & | out, |
const Name & | n ) |
QTextStream & operator<< | ( | QTextStream & | out, |
const NameSet & | ns ) |
QTextStream & operator<< | ( | QTextStream & | out, |
const Rule & | r ) |
QT_BEGIN_NAMESPACE QTextStream & qerr | ( | ) |
QTextStream & qout | ( | ) |