#include <StringBuffer.h>
commore::StringBuffer::Iterator::Iterator |
( |
| ) |
|
|
inline |
commore::StringBuffer::Iterator::Iterator |
( |
size_t |
t, |
|
|
int |
i, |
|
|
Page * |
p |
|
) |
| |
|
inline |
commore::StringBuffer::Iterator::Iterator |
( |
StringBuffer & |
sb | ) |
|
|
inline |
char& commore::StringBuffer::Iterator::current |
( |
| ) |
|
|
inline |
- Returns
- reference on current character
bool commore::StringBuffer::Iterator::more |
( |
| ) |
const |
|
inline |
size_t commore::StringBuffer::Iterator::next |
( |
| ) |
|
|
inline |
Go to next character
- Returns
- current character position
char& commore::StringBuffer::Iterator::operator* |
( |
| ) |
|
|
inline |
- Returns
- reference on current character
Iterator commore::StringBuffer::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Go to next character
- Returns
- itertor on previous character
Iterator& commore::StringBuffer::Iterator::operator++ |
( |
| ) |
|
|
inline |
Go to next character
- Returns
- itertor on current character
bool commore::StringBuffer::Iterator::operator== |
( |
const Iterator & |
i | ) |
const |
|
inline |
- Returns
- true if iterators reference same position
The documentation for this class was generated from the following file: