OFPair< K, V > Class Template Reference

a pair - this implements parts of std::pair's interface. More...

List of all members.

Public Member Functions

 OFPair ()
 default constructor
 OFPair (const K &f, const V &s)
 construct a OFPair for the two given values
OFPairoperator= (const OFPair &other)
 copy assignment operator

Public Attributes

first
 this is the first value of the pair
second
 this is the second value of the pair


Detailed Description

template<typename K, typename V>
class OFPair< K, V >

a pair - this implements parts of std::pair's interface.

Definition at line 55 of file ofmap.h.


Constructor & Destructor Documentation

template<typename K, typename V>
OFPair< K, V >::OFPair ( const K &  f,
const V &  s 
) [inline]

construct a OFPair for the two given values

Parameters:
f the value for first.
s the value for second.

Definition at line 72 of file ofmap.h.


The documentation for this class was generated from the following file:


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1