$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Iterator< E > Struct Template Reference

#include <mln/core/concept/iterator.hh>

Public Member Functions

void next ()

Protected Member Functions

 Iterator ()

Public Types

typedef Object< void > category
typedef E exact_t

Detailed Description

template<typename E>
struct mln::Iterator< E >

Base class for implementation classes that are iterators.

Definition at line 75 of file iterator.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Iterator< E >::Iterator ( )
protected

Member Function Documentation

template<typename E>
void mln::Iterator< E >::next ( )

Go to the next element.

Warning
This is a final method; iterator classes should not re-defined this method. The actual "next" operation has to be defined through the next_ method.
Precondition
The iterator is valid.

Member Typedef Documentation

template<typename E>
typedef Object<void> mln::Object< E >::category
inherited

Definition at line 106 of file object.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.