33 #ifndef _CEGUIIteratorBase_h_
34 #define _CEGUIIteratorBase_h_
36 #include "CEGUI/Base.h"
46 template<
typename T,
typename V =
typename T::value_type>
62 ConstBaseIterator(
typename T::const_iterator start_iter,
typename T::const_iterator end_iter) :
200 ConstMapIterator(
typename T::const_iterator start_iter,
typename T::const_iterator end_iter) :
204 typename ConstBaseIterator<T, typename T::mapped_type>::value_type
286 ConstVectorIterator(
typename T::const_iterator start_iter,
typename T::const_iterator end_iter) :
360 #endif // end of guard _CEGUIIteratorBase_h_