Crazy Eddie's GUI System
0.8.3
|
Public Member Functions | |
const_iterator (typename ValueArray::const_iterator i) | |
const_iterator (const const_iterator &iter) | |
const V & | operator* () const |
const V * | operator-> () const |
bool | operator== (const const_iterator &iter) const |
bool | operator!= (const const_iterator &iter) const |
const_iterator & | operator++ () |
const_iterator & | operator++ (int) |
const_iterator & | operator-- () |
const_iterator & | operator-- (int) |
const_iterator & | operator= (const const_iterator &iter) |
Protected Attributes | |
ValueArray::const_iterator | d_iter |
This is not intended to provide full std::iterator support, it is here so that we can provide access via CEGUI::ConstVectorIterator.