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

A class that iterates over all functions of a particular type. It contains the methods hasNext() and next() to sustain the advance. This iterator can be used to modify the instance of MyAnnotations on which it is invoked. More...

#include <old-annotations.h>

Inheritance diagram for MyAnnotations::BioFunctionsIterator:
MyIterator< string >

List of all members.

Public Member Functions

 BioFunctionsIterator (const _BioFunctionsIterator _start, const _BioFunctionsIterator _end)
virtual bool hasNext ()
string & next ()

Detailed Description

A class that iterates over all functions of a particular type. It contains the methods hasNext() and next() to sustain the advance. This iterator can be used to modify the instance of MyAnnotations on which it is invoked.


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