#include <winstl/controls/listview_sequence.hpp>

Public Types | |
| typedef sequence_value_type | value_type |
Public Member Functions | |
| const_iterator (HWND hwndListView, int iIndex) | |
| const_iterator (class_type const &rhs) | |
| class_type & | operator= (class_type const &rhs) |
| value_type | operator* () const |
| Dereference operator. | |
| bool | operator== (class_type const &rhs) const |
| bool | operator!= (class_type const &rhs) const |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type | operator++ (int) |
| Post-increment operator. | |
| class_type & | operator-- () |
| Pre-decrement operator. | |
| class_type | operator-- (int) |
| Post-decrement operator. | |
| class_type & | operator+= (difference_type index) |
| Offset. | |
| class_type & | operator-= (difference_type index) |
| Offset. | |
| value_type | operator[] (difference_type index) const |
| Subscript operator. | |
| difference_type | distance (class_type const &rhs) const |
Calculate the distance between this and rhs. | |
| class_type | operator- (difference_type n) const |
| Pointer subtraction. | |
| class_type | operator+ (difference_type n) const |
| Pointer addition. | |
| difference_type | operator- (class_type const &rhs) const |
| Pointer difference. | |
| value_type operator* | ( | ) | const [inline] |
Dereference operator.
| class_type& operator++ | ( | ) | [inline] |
| class_type operator++ | ( | int | ) | [inline] |
Post-increment operator.
| class_type& operator-- | ( | ) | [inline] |
| class_type operator-- | ( | int | ) | [inline] |
Post-decrement operator.
| class_type& operator+= | ( | difference_type | index | ) | [inline] |
Offset.
| class_type& operator-= | ( | difference_type | index | ) | [inline] |
Offset.
| value_type operator[] | ( | difference_type | index | ) | const [inline] |
Subscript operator.
| difference_type distance | ( | class_type const & | rhs | ) | const [inline] |
| class_type operator- | ( | difference_type | n | ) | const [inline] |
Pointer subtraction.
| class_type operator+ | ( | difference_type | n | ) | const [inline] |
Pointer addition.
| difference_type operator- | ( | class_type const & | rhs | ) | const [inline] |
Pointer difference.
1.5.6