#include "qcollection.h"
Go to the source code of this file.
Classes | |
class | QLNode |
The QLNode class is an internal class for the QList template collection. More... | |
class | QGList |
The QGList class is an internal class for implementing Qt collection classes. More... | |
class | QGListIterator |
The QGListIterator class is an internal class for implementing QListIterator. More... | |
Functions | |
Q_EXPORT QDataStream & | operator>> (QDataStream &, QGList &) |
Q_EXPORT QDataStream & | operator<< (QDataStream &, const QGList &) |
Q_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
const QGList & | |||
) |
Definition at line 982 of file qglist.cpp.
Q_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
QGList & | |||
) |
Definition at line 977 of file qglist.cpp.