QtBase  v6.3.1
Classes | Macros | Typedefs | Functions | Variables
tst_qpair.cpp File Reference
#include <QTest>
#include <QPair>
#include <QSize>
#include "tst_qpair.moc"
Include dependency graph for tst_qpair.cpp:

Go to the source code of this file.

Classes

class  tst_QPair
 
class  C
 
class  M
 
class  P
 

Macros

#define rhs   qMakePair(42, 4.5)
 
#define rhs   qMakePair(42, 4.5)
 

Typedefs

typedef QPair< C, MQPairCM
 
typedef QPair< C, PQPairCP
 
typedef QPair< M, CQPairMC
 
typedef QPair< M, MQPairMM
 
typedef QPair< M, PQPairMP
 
typedef QPair< P, CQPairPC
 
typedef QPair< P, MQPairPM
 
typedef QPair< P, PQPairPP
 

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO (M, Q_RELOCATABLE_TYPE)
 
 Q_DECLARE_TYPEINFO (P, Q_PRIMITIVE_TYPE)
 

Variables

QT_END_NAMESPACE typedef QPair< C, CQPairCC
 

Macro Definition Documentation

◆ rhs [1/2]

#define rhs   qMakePair(42, 4.5)

◆ rhs [2/2]

#define rhs   qMakePair(42, 4.5)

Typedef Documentation

◆ QPairCM

typedef QPair<C,M> QPairCM

Definition at line 57 of file tst_qpair.cpp.

◆ QPairCP

typedef QPair<C,P> QPairCP

Definition at line 58 of file tst_qpair.cpp.

◆ QPairMC

typedef QPair<M,C> QPairMC

Definition at line 59 of file tst_qpair.cpp.

◆ QPairMM

typedef QPair<M,M> QPairMM

Definition at line 60 of file tst_qpair.cpp.

◆ QPairMP

typedef QPair<M,P> QPairMP

Definition at line 61 of file tst_qpair.cpp.

◆ QPairPC

typedef QPair<P,C> QPairPC

Definition at line 62 of file tst_qpair.cpp.

◆ QPairPM

typedef QPair<P,M> QPairPM

Definition at line 63 of file tst_qpair.cpp.

◆ QPairPP

typedef QPair<P,P> QPairPP

Definition at line 64 of file tst_qpair.cpp.

Function Documentation

◆ Q_DECLARE_TYPEINFO() [1/2]

QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO ( M  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( P  ,
Q_PRIMITIVE_TYPE   
)

Variable Documentation

◆ QPairCC

QT_END_NAMESPACE typedef QPair<C,C> QPairCC

Definition at line 56 of file tst_qpair.cpp.