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 | |
Container * | container |
Container::iterator | iter |
Definition at line 420 of file ext/hash_map.