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

Iterator type for the basic_findfile_sequence supporting the Input Iterator concept. More...

#include <inetstl_findfile_sequence.h>

List of all members.

Construction

 basic_findfile_sequence_const_input_iterator ()
 Default constructor.

 basic_findfile_sequence_const_input_iterator (class_type const &rhs)
 Move constructor

 ~basic_findfile_sequence_const_input_iterator () inetstl_throw_0()
 Destructor.


Public Types

typedef C char_type
 The character type.

typedef T traits_type
 The traits type.

typedef V value_type
 The value type.

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

typedef traits_type::find_data_type find_data_type
 The find-data type.


Public Methods

class_typeoperator++ ()
 Pre-increment operator.

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

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

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

is_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>
class inetstl::basic_findfile_sequence_const_input_iterator< C, T, V >

Iterator type for the basic_findfile_sequence supporting the Input Iterator concept.


Member Typedef Documentation

typedef C char_type
 

The character type.

typedef basic_findfile_sequence_const_input_iterator<C, T, V> class_type
 

The current parameterisation of the type.

typedef traits_type::find_data_type find_data_type
 

The find-data type.

typedef T traits_type
 

The traits type.

typedef V value_type
 

The value type.


Constructor & Destructor Documentation

basic_findfile_sequence_const_input_iterator  
 

Default constructor.

basic_findfile_sequence_const_input_iterator class_type const &    rhs
 

Move constructor

~basic_findfile_sequence_const_input_iterator  
 

Destructor.


Member Function Documentation

const value_type operator *  
 

Dereference to return the value at the current position.

is_bool_t operator!= class_type const &    rhs const
 

Evaluates whether this and rhs are not equivalent.

class_type operator++ int   
 

Post-increment operator.

class_type& operator++  
 

Pre-increment operator.

is_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