Whole document tree
    

Whole document tree

Templatestd::map::value_compare class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::map< _Key, _Tp, _Compare, _Alloc >::value_compare Class Template Reference

#include <stl_map.h>

Inheritance diagram for std::map::value_compare:

Inheritance graph
[legend]
Collaboration diagram for std::map< _Key, _Tp, _Compare, _Alloc >::value_compare:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Protected Methods

 value_compare (_Compare __c)

Protected Attributes

_Compare comp

Friends

class map< _Key, _Tp, _Compare, _Alloc >

template<class _Key, class _Tp, class _Compare = less<_Key>, class _Alloc = allocator<pair<const _Key, _Tp> >>
class std::map< _Key, _Tp, _Compare, _Alloc >::value_compare


Constructor & Destructor Documentation

template<class _Key, class _Tp, class _Compare = less<_Key>, class _Alloc = allocator<pair<const _Key, _Tp> >>
std::map< _Key, _Tp, _Compare, _Alloc >::value_compare::value_compare _Compare    __c [inline, protected]
 

Definition at line 89 of file stl_map.h.

References std::map< _Key, _Tp, _Compare, _Alloc >::value_compare::comp.


Member Function Documentation

template<class _Key, class _Tp, class _Compare = less<_Key>, class _Alloc = allocator<pair<const _Key, _Tp> >>
bool std::map< _Key, _Tp, _Compare, _Alloc >::value_compare::operator() const value_type   __x,
const value_type   __y
const [inline]
 

Definition at line 91 of file stl_map.h.

References std::map< _Key, _Tp, _Compare, _Alloc >::value_compare::comp.


Friends And Related Function Documentation

template<class _Key, class _Tp, class _Compare = less<_Key>, class _Alloc = allocator<pair<const _Key, _Tp> >>
friend class map< _Key, _Tp, _Compare, _Alloc > [friend]
 

Definition at line 86 of file stl_map.h.


Member Data Documentation

template<class _Key, class _Tp, class _Compare = less<_Key>, class _Alloc = allocator<pair<const _Key, _Tp> >>
_Compare std::map< _Key, _Tp, _Compare, _Alloc >::value_compare::comp [protected]
 

Definition at line 88 of file stl_map.h.

Referenced by std::map< _Key, _Tp, _Compare, _Alloc >::value_compare::operator()(), and std::map< _Key, _Tp, _Compare, _Alloc >::value_compare::value_compare().


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:19:42 2002 for libstdc++-v3 Source by doxygen1.2.15