#include <winstl/controls/treeview_sequence.hpp>

Member Types | |
| typedef treeview_child_sequence | class_type |
| This class. | |
| typedef base_class_type::const_iterator | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef base_class_type::value_type | value_type |
| The value type. | |
| typedef base_class_type::difference_type | difference_type |
| The difference type. | |
Public Member Functions | |
Construction | |
| treeview_peer_sequence (HWND hwndTree, HTREEITEM hitem) | |
Create sequence of the peers of hitem in the given tree. | |
| typedef treeview_child_sequence class_type |
The non-mutating (const) iterator type.
Reimplemented from treeview_sequence_base< TVGN_NEXT, TVGN_PREVIOUS >.
| treeview_peer_sequence | ( | HWND | hwndTree, | |
| HTREEITEM | hitem | |||
| ) |
Create sequence of the peers of hitem in the given tree.
1.5.6