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 Methods | |
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 hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > | _Container |
Protected Attributes | |
_Container * | container |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 391 of file hash_map. References std::insert_iterator< _Container >::container. |
|
Definition at line 390 of file hash_map. References std::insert_iterator< _Container >::container. |
|
|
|
|
|
|
|
Definition at line 394 of file hash_map. References std::insert_iterator< _Container >::container. |
|
|