#include <stl_raw_storage_iter.h>
Public Types | |
typedef output_iterator_tag | iterator_category |
typedef void | value_type |
typedef void | difference_type |
typedef void | pointer |
typedef void | reference |
Public Methods | |
raw_storage_iterator (_ForwardIterator __x) | |
raw_storage_iterator& | operator * () |
raw_storage_iterator& | operator= (const _Tp &__element) |
raw_storage_iterator<_ForwardIterator, _Tp>& | operator++ () |
raw_storage_iterator<_ForwardIterator, _Tp> | operator++ (int) |
Protected Attributes | |
_ForwardIterator | _M_iter |
|
Definition at line 44 of file stl_raw_storage_iter.h. |
|
Definition at line 42 of file stl_raw_storage_iter.h. |
|
Definition at line 45 of file stl_raw_storage_iter.h. |
|
Definition at line 46 of file stl_raw_storage_iter.h. |
|
Definition at line 43 of file stl_raw_storage_iter.h. |
|
Definition at line 48 of file stl_raw_storage_iter.h. |
|
Definition at line 49 of file stl_raw_storage_iter.h. |
|
Definition at line 58 of file stl_raw_storage_iter.h. |
|
Definition at line 54 of file stl_raw_storage_iter.h. |
|
Definition at line 50 of file stl_raw_storage_iter.h. |
|
Definition at line 40 of file stl_raw_storage_iter.h. |