#include <CMappedList.hpp>
template<typename Idx, typename T>
class sutil::CMappedList< Idx, T >::const_iterator
An stl style const_iterator for CMappedList
template<typename Idx, typename T>
Explicit so that other const_iterators don't typecast into this one
template<typename Idx, typename T>
Postfix x++. Note that its argument must be an int
template<typename Idx, typename T>
template<typename Idx, typename T>
Postfix x–. Note that its argument must be an int
template<typename Idx, typename T>
The documentation for this class was generated from the following file: