library of assembled shared sources |
http://lass.cocamware.com |
#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 |
Definition at line 88 of file vector_map.h.
| 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.
| bool lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare::operator() | ( | const value_type & | a, | |
| const value_type & | b | |||
| ) | const [inline] |
Definition at line 91 of file vector_map.h.
References lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare::key_comp_.
friend class vector_map [friend] |
Definition at line 96 of file vector_map.h.
key_compare lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare::key_comp_ [private] |
Definition at line 98 of file vector_map.h.
Referenced by lass::stde::vector_map< Key, T, Compare, Allocator >::value_compare::operator()().
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |