Realistic 3D camera system
3D camera system components
Classes | Public Types | Public Member Functions | List of all members
asio::detail::hash_map< K, V > Class Template Reference

#include <hash_map.hpp>

Inheritance diagram for asio::detail::hash_map< K, V >:
asio::detail::noncopyable

Public Types

typedef std::pair< K, V > value_type
 
typedef std::list< value_type >::iterator iterator
 
typedef std::list< value_type >::const_iterator const_iterator
 

Public Member Functions

 hash_map ()
 
 ~hash_map ()
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
bool empty () const
 
iterator find (const K &k)
 
const_iterator find (const K &k) const
 
std::pair< iterator, bool > insert (const value_type &v)
 
void erase (iterator it)
 
void erase (const K &k)
 
void clear ()
 

Detailed Description

template<typename K, typename V>
class asio::detail::hash_map< K, V >

Definition at line 53 of file hash_map.hpp.

Member Typedef Documentation

template<typename K, typename V>
typedef std::list<value_type>::const_iterator asio::detail::hash_map< K, V >::const_iterator

Definition at line 64 of file hash_map.hpp.

template<typename K, typename V>
typedef std::list<value_type>::iterator asio::detail::hash_map< K, V >::iterator

Definition at line 61 of file hash_map.hpp.

template<typename K, typename V>
typedef std::pair<K, V> asio::detail::hash_map< K, V >::value_type

Definition at line 58 of file hash_map.hpp.

Constructor & Destructor Documentation

template<typename K, typename V>
asio::detail::hash_map< K, V >::hash_map ( )
inline

Definition at line 67 of file hash_map.hpp.

template<typename K, typename V>
asio::detail::hash_map< K, V >::~hash_map ( )
inline

Definition at line 75 of file hash_map.hpp.

Member Function Documentation

template<typename K, typename V>
iterator asio::detail::hash_map< K, V >::begin ( )
inline

Definition at line 81 of file hash_map.hpp.

template<typename K, typename V>
const_iterator asio::detail::hash_map< K, V >::begin ( ) const
inline

Definition at line 87 of file hash_map.hpp.

template<typename K, typename V>
void asio::detail::hash_map< K, V >::clear ( )
inline

Definition at line 208 of file hash_map.hpp.

template<typename K, typename V>
bool asio::detail::hash_map< K, V >::empty ( ) const
inline

Definition at line 105 of file hash_map.hpp.

template<typename K, typename V>
iterator asio::detail::hash_map< K, V >::end ( )
inline

Definition at line 93 of file hash_map.hpp.

template<typename K, typename V>
const_iterator asio::detail::hash_map< K, V >::end ( ) const
inline

Definition at line 99 of file hash_map.hpp.

template<typename K, typename V>
void asio::detail::hash_map< K, V >::erase ( iterator  it)
inline

Definition at line 180 of file hash_map.hpp.

template<typename K, typename V>
void asio::detail::hash_map< K, V >::erase ( const K &  k)
inline

Definition at line 200 of file hash_map.hpp.

template<typename K, typename V>
iterator asio::detail::hash_map< K, V >::find ( const K &  k)
inline

Definition at line 111 of file hash_map.hpp.

template<typename K, typename V>
const_iterator asio::detail::hash_map< K, V >::find ( const K &  k) const
inline

Definition at line 132 of file hash_map.hpp.

template<typename K, typename V>
std::pair<iterator, bool> asio::detail::hash_map< K, V >::insert ( const value_type v)
inline

Definition at line 153 of file hash_map.hpp.


The documentation for this class was generated from the following file: