|
| ConcurrentMap () |
| Default constructor.
|
|
template<typename INPUTITERATOR > |
| ConcurrentMap (INPUTITERATOR first, INPUTITERATOR last) |
| Constructor from a range, passes through to base class.
|
|
| ConcurrentMap (const ConcurrentMap< KEY, VALUE > &x) |
| Copy constructor from another ConcurrentMap.
|
|
| ConcurrentMap (const Base &x) |
| Copy constructor from the base map class.
|
|
bool | exists (const KEY &e) const |
| Handy 'exists' function.
|
|
void | unsafe_erase (typename Base::iterator position) |
|
Base::size_type | unsafe_erase (const KEY &k) |
|
void | unsafe_erase (typename Base::iterator first, typename Base::iterator last) |
|
|
typedef CONCURRENT_MAP_BASE | Base |
|
The documentation for this class was generated from the following file: