Puma Reference Manual | Puma::CLexerBuffer::ConstIterator Class Reference |
#include <CLexerBuffer.h>
Public Member Functions | |
ConstIterator (const char *ptr=0) | |
ConstIterator (const ConstIterator &r) | |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
ConstIterator & | adjust () |
int | continuations () const |
int | lines () const |
void | reset_counters () |
Friends | |
class | CLexerBuffer |
Puma::CLexerBuffer::ConstIterator::ConstIterator | ( | const char * | ptr = 0 | ) | [inline] |
Reimplemented from Puma::LexerBuffer::ConstIterator.
Puma::CLexerBuffer::ConstIterator::ConstIterator | ( | const ConstIterator & | r | ) | [inline] |
ConstIterator& Puma::CLexerBuffer::ConstIterator::adjust | ( | ) | [inline] |
int Puma::CLexerBuffer::ConstIterator::continuations | ( | ) | const [inline] |
int Puma::CLexerBuffer::ConstIterator::lines | ( | ) | const [inline] |
ConstIterator& Puma::CLexerBuffer::ConstIterator::operator++ | ( | ) | [inline] |
Reimplemented from Puma::LexerBuffer::ConstIterator.
ConstIterator Puma::CLexerBuffer::ConstIterator::operator++ | ( | int | ) | [inline] |
Reimplemented from Puma::LexerBuffer::ConstIterator.
void Puma::CLexerBuffer::ConstIterator::reset_counters | ( | ) | [inline] |
friend class CLexerBuffer [friend] |