multimap< _Key, _Tp,, >::value_compare Class Reference

#include <_map.h>

Inheritance diagram for multimap< _Key, _Tp,, >::value_compare:

binary_function< _Arg1, _Arg2, _Result > List of all members.

Public Member Functions

bool operator() (const value_type &__x, const value_type &__y) const

Protected Member Functions

 value_compare (_Compare __c)

Protected Attributes

_Compare comp

Friends

class multimap< _Key, _Tp, _Compare, _Alloc >

Detailed Description

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >), _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp)>
class multimap< _Key, _Tp,, >::value_compare

Definition at line 248 of file _map.h.


Constructor & Destructor Documentation

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
multimap< _Key, _Tp,, >::value_compare::value_compare ( _Compare  __c  )  [inline, protected]

Definition at line 253 of file _map.h.


Member Function Documentation

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
bool multimap< _Key, _Tp,, >::value_compare::operator() ( const value_type __x,
const value_type __y 
) const [inline]


Friends And Related Function Documentation

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
friend class multimap< _Key, _Tp, _Compare, _Alloc > [friend]

Definition at line 249 of file _map.h.


Member Data Documentation

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_Compare multimap< _Key, _Tp,, >::value_compare::comp [protected]

Definition at line 252 of file _map.h.

Referenced by multimap< _Key, _Tp,, >::value_compare::operator()().


The documentation for this class was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_map.h



Generated on Mon Mar 10 15:33:02 2008 by  doxygen 1.5.1