Share::Pair< TFirst, TSecond > Struct Template Reference
[Leight-weight implementation of some STL containers]

STL pair. More...

#include <sharelib.h>

Collaboration diagram for Share::Pair< TFirst, TSecond >:

Collaboration graph
[legend]
List of all members.

Public Attributes

TFirst first
TSecond second

Detailed Description

template<class TFirst, class TSecond>
struct Share::Pair< TFirst, TSecond >

STL pair.

Light-weight implementation of std::pair

Definition at line 1178 of file sharelib.h.


Member Data Documentation

template<class TFirst, class TSecond>
TFirst Share::Pair< TFirst, TSecond >::first

Definition at line 1179 of file sharelib.h.

Referenced by Share::Map< TKey, TValue, TAllocator >::operator[]().

template<class TFirst, class TSecond>
TSecond Share::Pair< TFirst, TSecond >::second

Definition at line 1180 of file sharelib.h.

Referenced by Share::Map< TKey, TValue, TAllocator >::operator[]().


The documentation for this struct was generated from the following file:
Generated on Sun Aug 26 17:43:03 2007 for ShareLibrary by  doxygen 1.5.2