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  

string_tokeniser_type_traits Struct Template Reference
[String Library (STLSoft)]

Traits class for the string tokeniser string type. More...

#include <stlsoft_string_tokeniser.h>

List of all members.

Public Types

typedef S::value_type value_type
 The value type.

typedef S::iterator iterator_type
 The iterator type.

typedef S::const_iterator const_iterator_type
 The non-mutable (const) iterator type.

typedef S::size_type size_type
 The size type.

typedef S::difference_type difference_type
 The difference type.


Static Public Methods

const_iterator_type begin (S const &s)
 Returns the start of the contained sequence of the given string.

const_iterator_type end (S const &s)
 Returns the end of the contained sequence of the given string.

tokeniser_value_type create (const_iterator_type f, const_iterator_type t)
 Creates an instance of the string from the given range [f:t).


Detailed Description

template<typename S, typename V>
struct stlsoft::string_tokeniser_type_traits< S, V >

Traits class for the string tokeniser string type.

Parameters:
S  The string tokeniser string type
V  The string tokeniser value type


Member Typedef Documentation

typedef S::const_iterator const_iterator_type
 

The non-mutable (const) iterator type.

typedef S::difference_type difference_type
 

The difference type.

typedef S::iterator iterator_type
 

The iterator type.

typedef S::size_type size_type
 

The size type.

typedef S::value_type value_type
 

The value type.


Member Function Documentation

const_iterator_type begin S const &    s [inline, static]
 

Returns the start of the contained sequence of the given string.

tokeniser_value_type create const_iterator_type    f,
const_iterator_type    t
[inline, static]
 

Creates an instance of the string from the given range [f:t).

const_iterator_type end S const &    s [inline, static]
 

Returns the end of the contained sequence of the given string.


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

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