#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 |
Definition at line 53 of file Pair.h.
| 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.
| 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.
Definition at line 55 of file Pair.h.
Referenced by pdpair< T1, T2 >::operator!=(), and pdpair< T1, T2 >::operator==().
Definition at line 56 of file Pair.h.
Referenced by pdpair< T1, T2 >::operator!=(), and pdpair< T1, T2 >::operator==().
1.6.1