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