|
Crazy Eddie's GUI System
0.8.4
|
iterator for vectors More...
Inheritance diagram for CEGUI::ConstVectorIterator< T >:
Collaboration diagram for CEGUI::ConstVectorIterator< T >:Public Member Functions | |
| ConstVectorIterator (typename T::const_iterator start_iter, typename T::const_iterator end_iter) | |
| ConstBaseIterator< T >::value_type | getCurrentValue () const |
| Return the value for the item at the current iterator position. | |
| ConstVectorIterator< T > & | operator++ () |
| Increase the iterator position (prefix increment). | |
| ConstVectorIterator< T > & | operator-- () |
| Decrease the iterator position (prefix decrement). | |
| ConstVectorIterator< T > | operator++ (int) |
| Increase the iterator position (postfix increment). | |
| ConstVectorIterator< T > | operator-- (int) |
| Decrease the iterator position (postfix decrement). | |
iterator for vectors
| ConstVectorIterator<T>& CEGUI::ConstVectorIterator< T >::operator++ | ( | ) | [inline] |
Increase the iterator position (prefix increment).
| ConstVectorIterator<T> CEGUI::ConstVectorIterator< T >::operator++ | ( | int | ) | [inline] |
Increase the iterator position (postfix increment).
| ConstVectorIterator<T>& CEGUI::ConstVectorIterator< T >::operator-- | ( | ) | [inline] |
Decrease the iterator position (prefix decrement).
| ConstVectorIterator<T> CEGUI::ConstVectorIterator< T >::operator-- | ( | int | ) | [inline] |
Decrease the iterator position (postfix decrement).