NCBI C++ ToolKit
List of all members
multimap< Key, T, Compare > Class Template Reference

Search Toolkit Book for multimap

#include <util/debug/map.hpp>

+ Inheritance diagram for multimap< Key, T, Compare >:
+ Collaboration diagram for multimap< Key, T, Compare >:

Additional Inherited Members

- Public Types inherited from multimap_checker< std::multimap< Key, T, less< Key > > >
typedef container_type::size_type size_type
 
typedef container_type::key_type key_type
 
typedef container_type::value_type value_type
 
typedef container_type::const_iterator const_iterator
 
typedef container_type::iterator iterator
 
- Public Member Functions inherited from multimap_checker< std::multimap< Key, T, less< Key > > >
void RLock () const
 
void RUnlock () const
 
void WLock () const
 
void WUnlock () const
 
iterator check (iterator pos)
 
 multimap_checker ()
 
 multimap_checker (const this_type &m)
 
 ~multimap_checker ()
 
this_typeoperator= (const this_type &m)
 
void swap (this_type &m)
 
bool operator== (const this_type &m) const
 
bool operator< (const this_type &m) const
 
size_type size () const
 
bool empty () const
 
const_iterator begin () const
 
iterator begin ()
 
const_iterator end () const
 
iterator end ()
 
const_iterator find (const key_type &key) const
 
iterator find (const key_type &key)
 
const_iterator lower_bound (const key_type &key) const
 
iterator lower_bound (const key_type &key)
 
const_iterator upper_bound (const key_type &key) const
 
iterator upper_bound (const key_type &key)
 
const_iterator_pair equal_range (const key_type &key) const
 
iterator_pair equal_range (const key_type &key)
 
iterator insert (const value_type &val)
 
iterator insert (iterator pos, const value_type &val)
 
void erase (iterator pos)
 
size_type erase (const key_type &key)
 
void clear ()
 
- Protected Types inherited from multimap_checker< std::multimap< Key, T, less< Key > > >
typedef pair< const_iterator, const_iteratorconst_iterator_pair
 
typedef pair< iterator, iteratoriterator_pair
 
typedef pair< iterator, booliterator_bool
 
- Protected Attributes inherited from multimap_checker< std::multimap< Key, T, less< Key > > >
container_type m_Container
 
CAtomicCounter_WithAutoInit m_WCounter
 
CAtomicCounter_WithAutoInit m_RCounter
 

Detailed Description

template<typename Key, typename T, typename Compare = less<Key>>
class multimap< Key, T, Compare >

Definition at line 343 of file map.hpp.


The documentation for this class was generated from the following file:
Modified on Wed May 15 15:06:18 2024 by modify_doxy.py rev. 669887