Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::SortedList< T, C, A >::Iterator Class Reference

#include <elm/data/SortedList.h>

+ Inheritance diagram for elm::SortedList< T, C, A >::Iterator:

Public Member Functions

 Iterator (void)
 
 Iterator (const SortedList &_list)
 

Constructor & Destructor Documentation

template<class T, class C = Comparator<T>, class A = IdAdapter<T>>
elm::SortedList< T, C, A >::Iterator::Iterator ( void  )
template<class T, class C = Comparator<T>, class A = IdAdapter<T>>
elm::SortedList< T, C, A >::Iterator::Iterator ( const SortedList _list)

The documentation for this class was generated from the following file: