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

Base class for the treeview_child_sequence and treeview_peer_sequence classes. More...

#include <winstl_treeview_sequence.h>

Inheritance diagram for treeview_sequence_base:

treeview_child_sequence treeview_peer_sequence List of all members.

Public Methods

const_iterator begin () const
 Begins the iteration.

const_iterator end () const
 Ends the iteration.


Protected Types

typedef treeview_sequence_base class_type
 This class.

typedef treeview_sequence_const_iterator<
TVGN_NEXT, TVGN_PREVIOUS > 
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.


Protected Methods

 treeview_sequence_base (HWND hwndTree, HTREEITEM hitem)
 Constructs from the given tree and item.


Detailed Description

Base class for the treeview_child_sequence and treeview_peer_sequence classes.


Member Typedef Documentation

typedef treeview_sequence_base class_type [protected]
 

This class.

Reimplemented in treeview_child_sequence, and treeview_peer_sequence.

typedef treeview_sequence_const_iterator<TVGN_NEXT, TVGN_PREVIOUS> const_iterator [protected]
 

The non-mutating (const) iterator type.

Reimplemented in treeview_child_sequence, and treeview_peer_sequence.

typedef const_iterator::difference_type difference_type [protected]
 

The difference type.

Reimplemented in treeview_child_sequence, and treeview_peer_sequence.

typedef const_iterator::value_type value_type [protected]
 

The value type.

Reimplemented in treeview_child_sequence, and treeview_peer_sequence.


Constructor & Destructor Documentation

treeview_sequence_base HWND    hwndTree,
HTREEITEM    hitem
[protected]
 

Constructs from the given tree and item.


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