|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_string_tokeniser.h>
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). | |
| S | The string tokeniser string type |
| V | The string tokeniser value type |
|
|
The non-mutable (const) iterator type.
|
|
|
The difference type.
|
|
|
The iterator type.
|
|
|
The size type.
|
|
|
The value type.
|
|
|
Returns the start of the contained sequence of the given string.
|
|
||||||||||||
|
Creates an instance of the string from the given range [f:t).
|
|
|
Returns the end of the contained sequence of the given string.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |