![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/iter.h>
Public Types | |
| typedef const T & | return_t |
Public Member Functions | |
| const T & | operator* () const |
| T | operator-> () const |
This class is an helper to define constant iterator. See PreIter for more details.
| I | Defined iterator. |
| T | Type of iterated items. |
| typedef const T& return_t |
|
inline |
|
inline |