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_visible_sequence Class Reference
[Control Library (WinSTL)]

Presents an STL-like sequence interface to the visible items in a tree-view. More...

#include <winstl_treeview_sequence.h>

List of all members.

Public Types

typedef treeview_visible_sequence class_type
 This class.

typedef treeview_sequence_const_iterator<
TVGN_NEXTVISIBLE, TVGN_PREVIOUSVISIBLE > 
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.


Public Methods

 treeview_visible_sequence (HWND hwndTree)
 Create sequence of the visible items in the given tree.

const_iterator begin () const
 Begins the iteration.

const_iterator end () const
 Ends the iteration.


Detailed Description

Presents an STL-like sequence interface to the visible items in a tree-view.


Member Typedef Documentation

typedef treeview_visible_sequence class_type
 

This class.

typedef treeview_sequence_const_iterator< TVGN_NEXTVISIBLE , TVGN_PREVIOUSVISIBLE > const_iterator
 

The non-mutating (const) iterator type.

typedef const_iterator::difference_type difference_type
 

The difference type.

typedef const_iterator::value_type value_type
 

The value type.


Constructor & Destructor Documentation

treeview_visible_sequence HWND    hwndTree [explicit]
 

Create sequence of the visible items in the given tree.


Member Function Documentation

const_iterator begin  
 

Begins the iteration.

Returns:
An iterator representing the start of the sequence

const_iterator end  
 

Ends the iteration.

Returns:
An iterator representing the end of the sequence


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

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