|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_treeview_sequence.h>
Public Types | |
| typedef treeview_sequence_const_iterator< N, P > | class_type |
| The current parameterisation of the type. | |
| typedef HTREEITEM | value_type |
| The value type. | |
| typedef ws_ptrdiff_t | difference_type |
| The difference type. | |
Public Methods | |
| treeview_sequence_const_iterator () | |
| Default constructor. | |
| treeview_sequence_const_iterator (class_type const &rhs) | |
| Copy constructor. | |
| treeview_sequence_const_iterator & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
| HTREEITEM | operator * () const |
| Derefences and returns the current item. | |
| class_type & | operator++ () |
| Pre-increment. | |
| class_type | operator++ (int) |
| Post-increment. | |
| ws_bool_t | operator== (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| ws_bool_t | operator!= (class_type const &rhs) const |
Evaluates whether this and rhs are not equivalent. | |
| N | The windows message that is used to access the next element in the iteration sequence |
| P | The windows message that is used to access the previous element in the iteration sequence |
|
|
The current parameterisation of the type.
|
|
|
The difference type.
|
|
|
The value type.
|
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Derefences and returns the current item.
|
|
|
Evaluates whether
|
|
|
Post-increment.
|
|
|
Pre-increment.
|
|
|
Copy assignment operator.
|
|
|
Evaluates whether
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |