Eneboo - Documentación para desarrolladores
|
#include "qtl.h"
#include "qshared.h"
#include "qdatastream.h"
#include <iterator>
#include <list>
#include "qwinexport.h"
Ir al código fuente de este archivo.
Clases | |
class | QValueListNode< T > |
class | QValueListIterator< T > |
class | QValueListConstIterator< T > |
class | QValueListPrivate< T > |
class | QValueList< T > |
'defines' | |
#define | QT_CHECK_INVALID_LIST_ELEMENT |
#define | QT_CHECK_INVALID_LIST_ELEMENT_FATAL |
#define | Q_DEFINED_QVALUELIST |
#define | Q_DEFINED_QVALUELIST |
Funciones | |
template<class T > | |
Q_INLINE_TEMPLATES QDataStream & | operator>> (QDataStream &s, QValueList< T > &l) |
template<class T > | |
Q_INLINE_TEMPLATES QDataStream & | operator<< (QDataStream &s, const QValueList< T > &l) |
#define Q_DEFINED_QVALUELIST |
#define Q_DEFINED_QVALUELIST |
#define QT_CHECK_INVALID_LIST_ELEMENT |
#define QT_CHECK_INVALID_LIST_ELEMENT_FATAL |
Q_INLINE_TEMPLATES QDataStream& operator<< | ( | QDataStream & | s, |
const QValueList< T > & | l | ||
) |
Q_INLINE_TEMPLATES QDataStream& operator>> | ( | QDataStream & | s, |
QValueList< T > & | l | ||
) |