#include <string.h>
List of all members.
Constructor & Destructor Documentation
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] |
Member Function Documentation
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] |
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: