#include <string.h>
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 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 |
The documentation for this class was generated from the following file: