32 #ifndef _CEGUIIteratorBase_h_
33 #define _CEGUIIteratorBase_h_
35 #include "CEGUI/Base.h"
45 template<
typename T,
typename V =
typename T::value_type>
61 ConstBaseIterator(
typename T::const_iterator start_iter,
typename T::const_iterator end_iter) :
199 ConstMapIterator(
typename T::const_iterator start_iter,
typename T::const_iterator end_iter) :
203 typename ConstBaseIterator<T, typename T::mapped_type>::value_type
290 ConstVectorIterator(
typename T::const_iterator start_iter,
typename T::const_iterator end_iter) :
370 #endif // end of guard _CEGUIIteratorBase_h_