std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > > Class Template Reference

List of all members.

Public Types

typedef _Container container_type
typedef output_iterator_tag iterator_category
typedef void value_type
typedef void difference_type
typedef void pointer
typedef void reference

Public Member Functions

 insert_iterator (_Container &__x)
 insert_iterator (_Container &__x, typename _Container::iterator)
insert_iterator< _Container > & operator= (const typename _Container::value_type &__value)
insert_iterator< _Container > & operator * ()
insert_iterator< _Container > & operator++ ()
insert_iterator< _Container > & operator++ (int)

Protected Types

typedef __gnu_cxx::hash_map<
_Key, _Tp, _HashFn, _EqKey,
_Alloc > 
_Container

Protected Attributes

_Containercontainer

Detailed Description

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
class std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >

Definition at line 535 of file ext/hash_map.


Member Typedef Documentation

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
typedef __gnu_cxx::hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc> std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::_Container [protected]

Definition at line 540 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
typedef _Container std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::container_type

Definition at line 544 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
typedef void std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::difference_type

Definition at line 547 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
typedef output_iterator_tag std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::iterator_category

Definition at line 545 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
typedef void std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::pointer

Definition at line 548 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
typedef void std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::reference

Definition at line 549 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
typedef void std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::value_type

Definition at line 546 of file ext/hash_map.


Constructor & Destructor Documentation

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::insert_iterator ( _Container __x  )  [inline]

Definition at line 551 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::insert_iterator ( _Container __x,
typename _Container::iterator   
) [inline]

Definition at line 554 of file ext/hash_map.


Member Function Documentation

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
insert_iterator<_Container>& std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::operator * (  )  [inline]

Definition at line 565 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
insert_iterator<_Container>& std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::operator++ ( int   )  [inline]

Definition at line 572 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
insert_iterator<_Container>& std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::operator++ (  )  [inline]

Definition at line 569 of file ext/hash_map.

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
insert_iterator<_Container>& std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::operator= ( const typename _Container::value_type &  __value  )  [inline]

Definition at line 558 of file ext/hash_map.

References std::insert_iterator< _Container >::container, and __gnu_cxx::hash_map< _Key, _Tp, _HashFcn, _EqualKey, _Alloc >::insert().


Member Data Documentation

template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
_Container* std::insert_iterator< __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >::container [protected]

Definition at line 541 of file ext/hash_map.


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:59:34 2010 for GNU C++ STL by  doxygen 1.4.7