#include <SortedVectorMap.hpp>
Public Member Functions | |
bool | operator() (const Data &lhs, const Data &rhs) const |
bool | operator() (const Data &lhs, const typename Data::first_type &k) const |
bool | operator() (const typename Data::first_type &k, const Data &rhs) const |
bool | operator() (const typename Data::first_type &k, const typename Data::first_type &rhs) const |
Private Types | |
typedef std::pair< Key, T > | Data |
Private Member Functions | |
bool | keyLess (const typename Data::first_type &k1, const typename Data::first_type &k2) const |
Definition at line 51 of file SortedVectorMap.hpp.
|
Definition at line 53 of file SortedVectorMap.hpp. |
|
Definition at line 74 of file SortedVectorMap.hpp. Referenced by BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::operator()(). |
|
Definition at line 69 of file SortedVectorMap.hpp. References BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::keyLess(). |
|
Definition at line 65 of file SortedVectorMap.hpp. References BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::keyLess(). |
|
Definition at line 60 of file SortedVectorMap.hpp. References BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::keyLess(). |
|
Definition at line 55 of file SortedVectorMap.hpp. References BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::keyLess(). |