pdpair< T1, T2 > Struct Template Reference

#include <Pair.h>

Public Member Functions

bool operator== (const pdpair< T1, T2 > &p)
bool operator!= (const pdpair< T1, T2 > &p)
 pdpair ()
 pdpair (const T1 &k)
 pdpair (const T1 &k, const T2 &v)
 pdpair (const pdpair< T1, T2 > &p)

Data Fields

T1 first
T2 second

Detailed Description

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

Definition at line 53 of file Pair.h.


Constructor & Destructor Documentation

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

Definition at line 72 of file Pair.h.

template<class T1, class T2>
pdpair< T1, T2 >::pdpair ( const T1 &  k  )  [inline]

Definition at line 73 of file Pair.h.

template<class T1, class T2>
pdpair< T1, T2 >::pdpair ( const T1 &  k,
const T2 &  v 
) [inline]

Definition at line 74 of file Pair.h.

template<class T1, class T2>
pdpair< T1, T2 >::pdpair ( const pdpair< T1, T2 > &  p  )  [inline]

Definition at line 75 of file Pair.h.


Member Function Documentation

template<class T1, class T2>
bool pdpair< T1, T2 >::operator!= ( const pdpair< T1, T2 > &  p  )  [inline]

Definition at line 61 of file Pair.h.

References pdpair< T1, T2 >::first, and pdpair< T1, T2 >::second.

template<class T1, class T2>
bool pdpair< T1, T2 >::operator== ( const pdpair< T1, T2 > &  p  )  [inline]

Definition at line 58 of file Pair.h.

References pdpair< T1, T2 >::first, and pdpair< T1, T2 >::second.


Field Documentation

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

Definition at line 55 of file Pair.h.

Referenced by pdpair< T1, T2 >::operator!=(), and pdpair< T1, T2 >::operator==().

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

Definition at line 56 of file Pair.h.

Referenced by pdpair< T1, T2 >::operator!=(), and pdpair< T1, T2 >::operator==().


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1