|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_string_tokeniser.h>
Public Types | |
| typedef D | delimiter_type |
| The delimiter type. | |
| typedef S | string_type |
| The string type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef traits_type::const_iterator_type | const_iterator |
| The non-mutating (const) iterator type. | |
Static Public Methods | |
| ss_bool_t | equal (delimiter_type const &delimiter, const_iterator &it) |
| Evaluates whether the delimiter and the sequence are equivalent to the extent of the delimiter. | |
| ss_bool_t | not_equal (delimiter_type const &delimiter, const_iterator &it) |
| Evaluates whether the delimiter and the sequence are not equivalent to the extent of the delimiter. | |
| ss_size_t | length (delimiter_type const &delimiter) |
| Returns the length of the delimiter. | |
| D | The delimiter type |
| S | The string type |
| T | The traits type |
|
|
The non-mutating (const) iterator type.
|
|
|
The delimiter type.
|
|
|
The string type.
|
|
|
The traits type.
|
|
||||||||||||
|
Evaluates whether the delimiter and the sequence are equivalent to the extent of the delimiter.
|
|
|
Returns the length of the delimiter.
|
|
||||||||||||
|
Evaluates whether the delimiter and the sequence are not equivalent to the extent of the delimiter.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |