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