|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_treeview_sequence.h>
Inheritance diagram for treeview_sequence_base:

Public Methods | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
Protected Types | |
| typedef treeview_sequence_base | class_type |
| This class. | |
| typedef treeview_sequence_const_iterator< TVGN_NEXT, TVGN_PREVIOUS > | 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 Methods | |
| treeview_sequence_base (HWND hwndTree, HTREEITEM hitem) | |
| Constructs from the given tree and item. | |
|
|
This class.
Reimplemented in treeview_child_sequence, and treeview_peer_sequence. |
|
|
The non-mutating (const) iterator type.
Reimplemented in treeview_child_sequence, and treeview_peer_sequence. |
|
|
The difference type.
Reimplemented in treeview_child_sequence, and treeview_peer_sequence. |
|
|
The value type.
Reimplemented in treeview_child_sequence, and treeview_peer_sequence. |
|
||||||||||||
|
Constructs from the given tree and item.
|
|
|
Begins the iteration.
|
|
|
Ends the iteration.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |