The Pedigree Project
0.1
|
Public Member Functions | |
CordIterator (const StaticCord &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 StaticCord &owner, bool end) | |
Private Attributes | |
const StaticCord & | cord |
size_t | segment |
size_t | index |
Friends | |
class | StaticCord |
Definition at line 42 of file StaticCord.h.