The Pedigree Project
0.1
|
Public Member Functions | |
CordIterator (const Cord &owner) | |
CordIterator & | operator++ () |
CordIterator & | operator-- () |
char | operator* () const |
bool | operator== (const CordIterator &other) const |
bool | operator!= (const CordIterator &other) const |
Protected Member Functions | |
CordIterator (const Cord &owner, bool end) | |
Private Attributes | |
const Cord & | cord |
size_t | segment |
size_t | index |
Friends | |
class | Cord |