library of assembled shared sources

http://lass.cocamware.com

lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare Class Reference

#include <vector_map.h>


Public Member Functions

bool operator() (const value_type &a, const value_type &b) const

Private Member Functions

 value_compare (const key_compare &key_comp)

Private Attributes

key_compare key_comp_

Friends

class vector_map


Detailed Description

template<typename Key, typename T, typename Compare = std::less<Key>, typename Allocator = std::allocator< std::pair<const Key, T> >>
class lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare

Definition at line 88 of file vector_map.h.


Constructor & Destructor Documentation

template<typename Key , typename T , typename Compare = std::less<Key>, typename Allocator = std::allocator< std::pair<const Key, T> >>
lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare::value_compare ( const key_compare key_comp  )  [inline, private]

Definition at line 97 of file vector_map.h.


Member Function Documentation

template<typename Key , typename T , typename Compare = std::less<Key>, typename Allocator = std::allocator< std::pair<const Key, T> >>
bool lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare::operator() ( const value_type a,
const value_type b 
) const [inline]


Friends And Related Function Documentation

template<typename Key , typename T , typename Compare = std::less<Key>, typename Allocator = std::allocator< std::pair<const Key, T> >>
friend class vector_map [friend]

Definition at line 96 of file vector_map.h.


Field Documentation

template<typename Key , typename T , typename Compare = std::less<Key>, typename Allocator = std::allocator< std::pair<const Key, T> >>
key_compare lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare::key_comp_ [private]


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

Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo