#include <string.h>
Public Member Functions | |
| const_iterator (const std::string &sep, const std::string &str) | |
| const_iterator (const std::string &sep, const std::string &str, bool) | |
| const_iterator & | operator++ () |
| std::string | remainder () const |
| const std::string & | operator* () const |
| const std::string * | operator-> () const |
| bool | operator== (const const_iterator &ti) const |
| bool | operator!= (const const_iterator &ti) const |
| wibble::str::Split::const_iterator::const_iterator | ( | const std::string & | sep, | |
| const std::string & | str | |||
| ) | [inline] |
| wibble::str::Split::const_iterator::const_iterator | ( | const std::string & | sep, | |
| const std::string & | str, | |||
| bool | ||||
| ) | [inline] |
| const_iterator& wibble::str::Split::const_iterator::operator++ | ( | ) | [inline] |
| std::string wibble::str::Split::const_iterator::remainder | ( | ) | const [inline] |
| const std::string& wibble::str::Split::const_iterator::operator* | ( | ) | const [inline] |
| const std::string* wibble::str::Split::const_iterator::operator-> | ( | ) | const [inline] |
| bool wibble::str::Split::const_iterator::operator== | ( | const const_iterator & | ti | ) | const [inline] |
References pos.
| bool wibble::str::Split::const_iterator::operator!= | ( | const const_iterator & | ti | ) | const [inline] |
References pos.
1.5.6