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_findvolume_sequence_const_iterator Class Template Reference
[File-System Library (WinSTL)]

Iterator type for the basic_findvolume_sequence, supporting the Input Iterator concept. More...

#include <winstl_findvolume_sequence.h>

List of all members.

Construction

 basic_findvolume_sequence_const_iterator ()
 Default constructor.

 basic_findvolume_sequence_const_iterator (const class_type &rhs)
 Copy constructor.

 ~basic_findvolume_sequence_const_iterator () winstl_throw_0()
 Destructor.

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

class_typeoperator++ ()
 Pre-increment operator.

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

const value_type operator * () const
 Dereference to access the value at the current position.

ws_bool_t operator== (const class_type &rhs) const
 Evaluates whether this and rhs are equivalent.

ws_bool_t operator!= (const class_type &rhs) const
 Evaluates whether this and rhs are not equivalent.


Public Types

typedef C char_type
 The character type.

typedef T traits_type
 The traits type.

typedef V value_type
 The traits type.

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


Detailed Description

template<typename C, typename T, typename V>
class winstl::basic_findvolume_sequence_const_iterator< C, T, V >

Iterator type for the basic_findvolume_sequence, supporting the Input Iterator concept.


Member Typedef Documentation

typedef C char_type
 

The character type.

typedef basic_findvolume_sequence_const_iterator<C, T, V> class_type
 

The current parameterisation of the type.

typedef T traits_type
 

The traits type.

typedef V value_type
 

The traits type.


Constructor & Destructor Documentation

basic_findvolume_sequence_const_iterator  
 

Default constructor.

basic_findvolume_sequence_const_iterator const class_type   rhs
 

Copy constructor.

~basic_findvolume_sequence_const_iterator  
 

Destructor.


Member Function Documentation

const value_type operator *  
 

Dereference to access the value at the current position.

ws_bool_t operator!= const class_type   rhs const
 

Evaluates whether this and rhs are not equivalent.

class_type operator++ int   
 

Post-increment operator.

class_type& operator++  
 

Pre-increment operator.

basic_findvolume_sequence_const_iterator& operator= const class_type   rhs
 

Copy assignment operator.

ws_bool_t operator== const class_type   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