Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

QPair< T1, T2 > Struct Template Reference

#include </home/clem/local/src/opie/libopie2/qt3/opiecore/opair.h>

Inheritance diagram for QPair< T1, T2 >:

Inheritance graph
[legend]
Collaboration diagram for QPair< T1, T2 >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef T1 first_type
typedef T2 second_type
typedef T1 first_type
typedef T2 second_type

Public Member Functions

 QPair ()
 QPair (const T1 &t1, const T2 &t2)
 QPair ()
 QPair (const T1 &t1, const T2 &t2)

Public Attributes

T1 first
T2 second

template<class T1, class T2>
struct QPair< T1, T2 >


Member Typedef Documentation

template<class T1, class T2>
typedef T1 QPair< T1, T2 >::first_type
 

Definition at line 47 of file qpair.h.

template<class T1, class T2>
typedef T1 QPair< T1, T2 >::first_type
 

Definition at line 51 of file opair.h.

template<class T1, class T2>
typedef T2 QPair< T1, T2 >::second_type
 

Definition at line 48 of file qpair.h.

template<class T1, class T2>
typedef T2 QPair< T1, T2 >::second_type
 

Definition at line 52 of file opair.h.


Constructor & Destructor Documentation

template<class T1, class T2>
QPair< T1, T2 >::QPair  )  [inline]
 

Definition at line 54 of file opair.h.

template<class T1, class T2>
QPair< T1, T2 >::QPair const T1 &  t1,
const T2 &  t2
[inline]
 

Definition at line 57 of file opair.h.

template<class T1, class T2>
QPair< T1, T2 >::QPair  )  [inline]
 

Definition at line 50 of file qpair.h.

template<class T1, class T2>
QPair< T1, T2 >::QPair const T1 &  t1,
const T2 &  t2
[inline]
 

Definition at line 53 of file qpair.h.


Member Data Documentation

template<class T1, class T2>
T1 QPair< T1, T2 >::first
 

Definition at line 57 of file qpair.h.

Referenced by operator==(), and operator>>().

template<class T1, class T2>
T2 QPair< T1, T2 >::second
 

Definition at line 58 of file qpair.h.

Referenced by operator==(), and operator>>().


The documentation for this struct was generated from the following files:
Generated on Sat Nov 5 17:48:05 2005 for OPIE by  doxygen 1.4.2