fcml 1.3.0
|
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. | |
A base iterator interface.
|
pure virtual |
Gets true if there is an another element in the iterator.
Implemented in fcml::CodeIterator.
|
pure virtual |
Gets a next element from the iterator.
Implemented in fcml::CodeIterator.