fcml  1.2.2
Public Member Functions | List of all members
fcml::Iterator< T > Class Template Referenceabstract

A base iterator interface. More...

#include <fcml_common.hpp>

Public Member Functions

virtual bool hasNext ()=0
 Gets true if there is an another element in the iterator.
 
virtual T next ()=0
 Gets a next element from the iterator.
 

Detailed Description

template<typename T>
class fcml::Iterator< T >

A base iterator interface.

Since
1.1.0

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