STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

treeview_sequence_const_iterator Class Template Reference
[Control Library (WinSTL)]

Iterator for the treeview_child_sequence, treeview_peer_sequence and treeview_visible_sequence classes. More...

#include <winstl_treeview_sequence.h>

List of all members.

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_typeoperator++ ()
 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.


Detailed Description

template<UINT N, UINT P>
class winstl::treeview_sequence_const_iterator< N, P >

Iterator for the treeview_child_sequence, treeview_peer_sequence and treeview_visible_sequence classes.

Parameters:
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


Member Typedef Documentation

typedef treeview_sequence_const_iterator<N, P> class_type
 

The current parameterisation of the type.

typedef ws_ptrdiff_t difference_type
 

The difference type.

typedef HTREEITEM value_type
 

The value type.


Constructor & Destructor Documentation

treeview_sequence_const_iterator  
 

Default constructor.

treeview_sequence_const_iterator class_type const &    rhs
 

Copy constructor.


Member Function Documentation

HTREEITEM operator *  
 

Derefences and returns the current item.

ws_bool_t operator!= class_type const &    rhs const
 

Evaluates whether this and rhs are not equivalent.

class_type operator++ int   
 

Post-increment.

class_type& operator++  
 

Pre-increment.

treeview_sequence_const_iterator& operator= class_type const &    rhs
 

Copy assignment operator.

ws_bool_t operator== class_type const &    rhs const
 

Evaluates whether this and rhs are equivalent.


The documentation for this class was generated from the following file:

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004