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

Iterator for string_tokeniser, supporting the Forward Iterator concept. More...

#include <stlsoft_string_tokeniser.h>

List of all members.

Public Types

typedef const_iterator class_type
 The type.

typedef tokeniser_type::delimiter_type delimiter_type
 The delimiter type.

typedef tokeniser_type::value_type value_type
 The value type.

typedef tokeniser_type::traits_type traits_type
 The traits type.


Public Methods

 const_iterator ()
 Default constructor.

 const_iterator (const_iterator const &rhs)
 Copy constructor.

operator * () const
 Dereference operator.

const_iterator & operator++ ()
 Pre-increment operator.

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

ss_bool_t operator== (const_iterator const &rhs) const
 Evaluates whether this and rhs are equivalent.

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


Detailed Description

template<typename S, typename D, typename B = string_tokeniser_ignore_blanks<true>, typename V = S, typename T = string_tokeniser_type_traits<S, V>, typename P = string_tokeniser_comparator<D, S, T>>
class stlsoft::string_tokeniser< S, D, B, V, T, P >::const_iterator

Iterator for string_tokeniser, supporting the Forward Iterator concept.


Member Typedef Documentation

typedef const_iterator class_type
 

The type.

typedef tokeniser_type::delimiter_type delimiter_type
 

The delimiter type.

typedef tokeniser_type::traits_type traits_type
 

The traits type.

typedef tokeniser_type::value_type value_type
 

The value type.


Constructor & Destructor Documentation

const_iterator   [inline]
 

Default constructor.

const_iterator const_iterator const &    rhs [inline]
 

Copy constructor.


Member Function Documentation

V operator *   const [inline]
 

Dereference operator.

ss_bool_t operator!= const_iterator const &    rhs const [inline]
 

Evaluates whether this and rhs are not equivalent.

const const_iterator operator++ int    [inline]
 

Post-increment operator.

const_iterator& operator++   [inline]
 

Pre-increment operator.

ss_bool_t operator== const_iterator const &    rhs const [inline]
 

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