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

Presents an STL-like sequence interface to the peers of a given node in a tree-view. More...

#include <winstl_treeview_sequence.h>

Inheritance diagram for treeview_peer_sequence:

treeview_sequence_base List of all members.

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.


Detailed Description

Presents an STL-like sequence interface to the peers of a given node in a tree-view.


Member Typedef Documentation

typedef treeview_child_sequence class_type
 

This class.

Reimplemented from treeview_sequence_base.

typedef base_class_type::const_iterator const_iterator
 

The non-mutating (const) iterator type.

Reimplemented from treeview_sequence_base.

typedef base_class_type::difference_type difference_type
 

The difference type.

Reimplemented from treeview_sequence_base.

typedef base_class_type::value_type value_type
 

The value type.

Reimplemented from treeview_sequence_base.


Constructor & Destructor Documentation

treeview_peer_sequence HWND    hwndTree,
HTREEITEM    hitem
 

Create sequence of the peers of hitem in the given tree.


Member Function Documentation

const_iterator begin   [inherited]
 

Begins the iteration.

Returns:
An iterator representing the start of the sequence

const_iterator end   [inherited]
 

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