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  

basic_reg_key_sequence_const_iterator Class Template Reference
[Registry Library]

Iterator for the basic_reg_key_sequence class. More...

#include <winstl_reg_key_sequence.h>

List of all members.

Public Types

typedef C char_type
 The character type.

typedef T traits_type
 The traits type.

typedef V value_type
 The value type.

typedef A allocator_type
 The allocator type.

typedef basic_reg_key_sequence_const_iterator<
C, T, V, A > 
class_type
 The current parameterisation of the type.

typedef traits_type::size_type size_type
 The size type.

typedef traits_type::difference_type difference_type
 The difference type.

typedef traits_type::string_type string_type
 The string type.

typedef ws_sint32_t index_type
 The index type.

typedef traits_type::hkey_type hkey_type
 The hkey type.


Public Methods

 basic_reg_key_sequence_const_iterator ()
 Default constructor.

 basic_reg_key_sequence_const_iterator (class_type const &rhs)
 Copy constructor.

 ~basic_reg_key_sequence_const_iterator () winstl_throw_0()
 Destructor.

basic_reg_key_sequence_const_iterator & operator= (class_type const &rhs)
 Copy assignment operator.

class_typeoperator++ ()
 Pre-increment operator.

class_typeoperator-- ()
 Pre-decrement operator.

const class_type operator++ (int)
 Post-increment operator.

const class_type operator-- (int)
 Post-decrement operator.

const value_type operator * () const
 Dereference to return the value representing the current position.

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<typename C, typename T, typename V, typename A>
class winstl::basic_reg_key_sequence_const_iterator< C, T, V, A >

Iterator for the basic_reg_key_sequence class.

Parameters:
C  The character type
T  The traits type
V  The value type
A  The allocator type


Member Typedef Documentation

typedef A allocator_type
 

The allocator type.

typedef C char_type
 

The character type.

typedef basic_reg_key_sequence_const_iterator<C, T, V, A> class_type
 

The current parameterisation of the type.

typedef traits_type::difference_type difference_type
 

The difference type.

typedef traits_type::hkey_type hkey_type
 

The hkey type.

typedef ws_sint32_t index_type
 

The index type.

typedef traits_type::size_type size_type
 

The size type.

typedef traits_type::string_type string_type
 

The string type.

typedef T traits_type
 

The traits type.

typedef V value_type
 

The value type.


Constructor & Destructor Documentation

basic_reg_key_sequence_const_iterator  
 

Default constructor.

basic_reg_key_sequence_const_iterator class_type const &    rhs
 

Copy constructor.

~basic_reg_key_sequence_const_iterator  
 

Destructor.


Member Function Documentation

const value_type operator *  
 

Dereference to return the value representing the current position.

ws_bool_t operator!= class_type const &    rhs const
 

Evaluates whether this and rhs are not equivalent.

const class_type operator++ int   
 

Post-increment operator.

class_type& operator++  
 

Pre-increment operator.

const class_type operator-- int   
 

Post-decrement operator.

class_type& operator--  
 

Pre-decrement operator.

basic_reg_key_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