|
|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
EkMapT.h File Reference#include <algorithm>
#include <functional>
#include <utility>
#include <list>
Include dependency graph for EkMapT.h:
Compounds |
| struct | EkMultiMapT::KeyCmp2 |
| struct | EkMultiMapT::KeyCmp |
| struct | EkMultiMapT::equalKey |
| struct | EkMapT::KeyCmp2 |
| struct | EkMapT::KeyCmp |
| struct | EkMapT::equalKey |
| class | EkMapT |
| | EkMapT is an implementation of the STL map container that can cross DLL boundaries. More...
|
| class | EkMapT::value_compare |
| class | EkMultiMapT |
| | EkMultiMapT is an implementation of the STL multimap container that can cross DLL boundaries. More...
|
| class | EkMultiMapT::value_compare |
Functions |
| template<class K, class V, class Pred, class A> bool EK_DECL | operator== (const EkMapT< K, V, Pred, A > &lmap, const EkMapT< K, V, Pred, A > &rmap) |
| template<class K, class V, class Pred, class A> bool EK_DECL | operator< (const EkMapT< K, V, Pred, A > &lmap, const EkMapT< K, V, Pred, A > &rmap) |
| template<class K, class V, class Pred, class A> bool EK_DECL | operator== (const EkMultiMapT< K, V, Pred, A > &lmap, const EkMultiMapT< K, V, Pred, A > &rmap) |
| template<class K, class V, class Pred, class A> bool EK_DECL | operator< (const EkMultiMapT< K, V, Pred, A > &lmap, const EkMultiMapT< K, V, Pred, A > &rmap) |
Function Documentation
|
template<class K, class V, class Pred, class A> |
| bool EK_DECL operator< |
( |
const EkMultiMapT< K, V, Pred, A > & |
lmap, |
|
|
const EkMultiMapT< K, V, Pred, A > & |
rmap |
|
) |
[inline] |
|
|
template<class K, class V, class Pred, class A> |
| bool EK_DECL operator< |
( |
const EkMapT< K, V, Pred, A > & |
lmap, |
|
|
const EkMapT< K, V, Pred, A > & |
rmap |
|
) |
[inline] |
|
|
template<class K, class V, class Pred, class A> |
| bool EK_DECL operator== |
( |
const EkMultiMapT< K, V, Pred, A > & |
lmap, |
|
|
const EkMultiMapT< K, V, Pred, A > & |
rmap |
|
) |
[inline] |
|
|
template<class K, class V, class Pred, class A> |
| bool EK_DECL operator== |
( |
const EkMapT< K, V, Pred, A > & |
lmap, |
|
|
const EkMapT< K, V, Pred, A > & |
rmap |
|
) |
[inline] |
|
|