std::insert_iterator< __gnu_cxx::hash_multimap< Key, Type, HashFn, EqKey, Alloc > > Class Template Reference

Collaboration diagram for std::insert_iterator< __gnu_cxx::hash_multimap< Key, Type, HashFn, EqKey, Alloc > >:

Collaboration graph
[legend]
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_multimap<
Key, Type, HashFn, EqKey,
Alloc > 
Container

Protected Attributes

Containercontainer
Container::iterator iter

Detailed Description

template<class Key, class Type, class HashFn, class EqKey, class Alloc>
class std::insert_iterator< __gnu_cxx::hash_multimap< Key, Type, HashFn, EqKey, Alloc > >

Definition at line 420 of file ext/hash_map.


The documentation for this class was generated from the following file:
Generated on Mon Mar 6 19:54:14 2006 for libstdc++-v3 Source by  doxygen 1.4.4