#include "qglobal.h"#include "qdatastream.h"Include dependency graph for opair.h:

Go to the source code of this file.
Functions | |
| template<class T1, class T2> | |
| bool | operator== (const QPair< T1, T2 > &x, const QPair< T1, T2 > &y) |
| template<class T1, class T2> | |
| bool | operator< (const QPair< T1, T2 > &x, const QPair< T1, T2 > &y) |
| template<class T1, class T2> | |
| 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) |
|
||||||||||||||||
|
Definition at line 72 of file opair.h. References Opie::MM::x, and Opie::MM::y. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 66 of file opair.h. References QPair< T1, T2 >::first, and QPair< T1, T2 >::second. |
|
||||||||||||||||
|
Definition at line 86 of file opair.h. References QPair< T1, T2 >::first, and QPair< T1, T2 >::second. |
|
||||||||||||||||
|
|
1.4.2