#include <winstl/controls/treeview_sequence.hpp>

Public Member Functions | |
Iteration | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
Protected Types | |
Member Types | |
| typedef treeview_sequence_base < N, P > | class_type |
| This class. | |
| typedef treeview_sequence_const_iterator < N, P > | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef const_iterator::value_type | value_type |
| The value type. | |
| typedef const_iterator::difference_type | difference_type |
| The difference type. | |
Protected Member Functions | |
Construction | |
| treeview_sequence_base (HWND hwndTree, HTREEITEM hitem) | |
| Constructs from the given tree and item. | |
typedef treeview_sequence_base<N, P> class_type [protected] |
This class.
Reimplemented in treeview_child_sequence, treeview_peer_sequence, and treeview_visible_sequence.
typedef treeview_sequence_const_iterator<N, P> const_iterator [protected] |
The non-mutating (const) iterator type.
Reimplemented in treeview_child_sequence, treeview_peer_sequence, and treeview_visible_sequence.
typedef const_iterator::value_type value_type [protected] |
The value type.
Reimplemented in treeview_child_sequence, treeview_peer_sequence, and treeview_visible_sequence.
typedef const_iterator::difference_type difference_type [protected] |
The difference type.
Reimplemented in treeview_child_sequence, treeview_peer_sequence, and treeview_visible_sequence.
| treeview_sequence_base | ( | HWND | hwndTree, | |
| HTREEITEM | hitem | |||
| ) | [protected] |
Constructs from the given tree and item.
| const_iterator begin | ( | ) | const |
Begins the iteration.
| const_iterator end | ( | ) | const |
Ends the iteration.
1.5.6