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  

iterator Class Reference

Iterator class for the list_veneer class. More...

#include <mfcstl_array_veneer.h>

Inheritance diagram for iterator:

const_iterator List of all members.

Public Methods

 iterator ()
 Default constructor.

 iterator (class_type const &rhs)
 Copy constructor.

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

class_typeoperator++ ()
 Pre-increment operator.

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

difference_type compare (class_type const &rhs) const
 Compares this with rhs.

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

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

class_typeoperator-- ()
 Pre-decrement operator.

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


Detailed Description

template<class C, class T = array_veneer_traits<C>>
class mfcstl::array_veneer< C, T >::iterator

Iterator class for the list_veneer class.


Constructor & Destructor Documentation

iterator   [inline]
 

Default constructor.

iterator class_type const &    rhs [inline]
 

Copy constructor.

Parameters:
rhs  The instance from which to copy construct


Member Function Documentation

difference_type compare class_type const &    rhs const [inline, inherited]
 

Compares this with rhs.

Parameters:
rhs  The instance against which to test
Return values:
0  if the two are equal
<0  if this is before rhs in the sequence
>0  if this is after rhs in the sequence

ms_bool_t operator!= class_type const &    rhs const [inline, inherited]
 

Evaluates whether this and rhs are not equivalent.

Parameters:
rhs  The instance against which to compare
Return values:
true  If this and rhs are not equivalent
false  If this and rhs are equivalent

class_type operator++ int    [inline, inherited]
 

Post-increment operator.

class_type& operator++   [inline, inherited]
 

Pre-increment operator.

class_type operator-- int    [inline, inherited]
 

Post-decrement operator.

class_type& operator--   [inline, inherited]
 

Pre-decrement operator.

iterator const& operator= class_type const &    rhs [inline]
 

Copy assignment operator.

Parameters:
rhs  The instance from which to copy assign

Reimplemented from const_iterator.

ms_bool_t operator== class_type const &    rhs const [inline, inherited]
 

Evaluates whether this and rhs are equivalent.

Parameters:
rhs  The instance against which to compare
Return values:
true  If this and rhs are equivalent
false  If this and rhs are not equivalent


The documentation for this class was generated from the following file:

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004