#include "qglobal.h"
#include "qdatastream.h"
Ir al código fuente de este archivo.
Clases |
struct | QPair< T1, T2 > |
Funciones |
template<class T1 , class T2 > |
Q_INLINE_TEMPLATES bool | operator== (const QPair< T1, T2 > &x, const QPair< T1, T2 > &y) |
template<class T1 , class T2 > |
Q_INLINE_TEMPLATES bool | operator< (const QPair< T1, T2 > &x, const QPair< T1, T2 > &y) |
template<class T1 , class T2 > |
Q_INLINE_TEMPLATES QPair< T1, T2 > | qMakePair (const T1 &x, const T2 &y) |
template<class T1 , class T2 > |
QDataStream & | operator>> (QDataStream &s, QPair< T1, T2 > &p) |
template<class T1 , class T2 > |
QDataStream & | operator<< (QDataStream &s, const QPair< T1, T2 > &p) |
Documentación de las funciones
template<class T1 , class T2 >
Q_INLINE_TEMPLATES bool operator< |
( |
const QPair< T1, T2 > & |
x, |
|
|
const QPair< T1, T2 > & |
y |
|
) |
| |
template<class T1 , class T2 >
template<class T1 , class T2 >
Q_INLINE_TEMPLATES bool operator== |
( |
const QPair< T1, T2 > & |
x, |
|
|
const QPair< T1, T2 > & |
y |
|
) |
| |
template<class T1 , class T2 >
template<class T1 , class T2 >
Q_INLINE_TEMPLATES QPair<T1, T2> qMakePair |
( |
const T1 & |
x, |
|
|
const T2 & |
y |
|
) |
| |