Biorithm  1.1
 All Classes Functions Variables Typedefs Friends
Public Member Functions
MyAnnotations::BioFunctionsIteratorMultiIndex Class Reference

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>

Inheritance diagram for MyAnnotations::BioFunctionsIteratorMultiIndex:
MyIterator< BioFunction >

List of all members.

Public Member Functions

 BioFunctionsIteratorMultiIndex (const SetOfFunctionalAnnotations &_anns)
 Default constructor.
virtual bool hasNext ()
 Return true if and only if there is another function.
BioFunctionnext ()
 Return a reference to the next function.

Detailed Description

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.

Note:
See MyAnnotations::functionsMultiIndex() to see how this class is used.

The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Friends