#include <stlsoft/stlsoft.h>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <stlsoft/shims/access/string.hpp>
#include <stlsoft/collections/util/collections.hpp>
#include <iterator>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| struct | string_tokeniser_ignore_blanks |
| A tokenising policy for specifying whether blanks will be included or ignored (now deprecated; replaced by skip_blank_tokens). More... | |
| struct | skip_blank_tokens |
| A tokenising policy for specifying whether blanks will be included or ignored. More... | |
| struct | string_tokeniser_type_traits |
| A traits class for detecting features of the string type and the value type used to specialise string_tokeniser. More... | |
| struct | string_tokeniser_comparator |
| A generic comparator, used to specialise string_tokeniser, that covers most string and delimiter types. More... | |
| class | string_tokeniser |
| A class template that provides string tokenising behaviour. More... | |
| class | string_tokeniser::const_iterator |
| Iterator for string_tokeniser, supporting the Forward Iterator concept. More... | |
1.5.6