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  

const_iterator Class Reference

Non-mutating iterator class. More...

#include <winstl_clipboard_format_sequence.h>

List of all members.

Construction

 const_iterator ()
 Constructs an iterator.

 const_iterator (class_type const &rhs)
 Copy constructor.

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


Public Types

typedef const_iterator class_type
 The type.

typedef clipboard_format_sequence container_type
 The container type.


Public Methods

class_typeoperator++ ()
 Pre-increment operator.

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

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

Non-mutating iterator class.


Member Typedef Documentation

typedef const_iterator class_type
 

The type.

typedef clipboard_format_sequence container_type
 

The container type.


Constructor & Destructor Documentation

const_iterator   [inline]
 

Constructs an iterator.

const_iterator class_type const &    rhs [inline]
 

Copy constructor.


Member Function Documentation

ws_bool_t operator!= class_type const &    rhs const [inline]
 

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]
 

Post-increment operator.

class_type& operator++   [inline]
 

Pre-increment operator.

class_type& operator= class_type const &    rhs [inline]
 

Copy assignment operator.

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

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