This class implements an iterator over all functions stored in an instance of MyAnnotations. The iterator automatically ranges over all function categories and within each category over all functions belonging to that category. More...
#include <old-annotations.h>
Public Member Functions | |
BioFunctionsIteratorMultiIndex (const SetOfFunctionalAnnotations &_anns) | |
Default constructor. | |
virtual bool | hasNext () |
Return true if and only if there is another function. | |
BioFunction & | next () |
Return a reference to the next function. |
This class implements an iterator over all functions stored in an instance of MyAnnotations. The iterator automatically ranges over all function categories and within each category over all functions belonging to that category.