fcml 1.3.0
Loading...
Searching...
No Matches
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

Member Function Documentation

◆ hasNext()

template<typename T >
virtual bool fcml::Iterator< T >::hasNext ( )
pure virtual

Gets true if there is an another element in the iterator.

Implemented in fcml::CodeIterator.

◆ next()

template<typename T >
virtual T fcml::Iterator< T >::next ( )
pure virtual

Gets a next element from the iterator.

Implemented in fcml::CodeIterator.


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