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

Public 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 Methods | |
| treeview_peer_sequence (HWND hwndTree, HTREEITEM hitem) | |
Create sequence of the peers of hitem in the given tree. | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
|
|
This class.
Reimplemented from treeview_sequence_base. |
|
|
The non-mutating (const) iterator type.
Reimplemented from treeview_sequence_base. |
|
|
The difference type.
Reimplemented from treeview_sequence_base. |
|
|
The value type.
Reimplemented from treeview_sequence_base. |
|
||||||||||||
|
Create sequence of the peers of
|
|
|
Begins the iteration.
|
|
|
Ends the iteration.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |