fcml
1.2.2
|
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.