wibble
0.1.28
|
#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] |
bool wibble::str::Split::const_iterator::operator!= | ( | const const_iterator & | ti | ) | const [inline] |
const std::string& wibble::str::Split::const_iterator::operator* | ( | ) | const [inline] |
const_iterator& wibble::str::Split::const_iterator::operator++ | ( | ) | [inline] |
References wibble::list::end().
const std::string* wibble::str::Split::const_iterator::operator-> | ( | ) | const [inline] |
bool wibble::str::Split::const_iterator::operator== | ( | const const_iterator & | ti | ) | const [inline] |
std::string wibble::str::Split::const_iterator::remainder | ( | ) | const [inline] |