Biorithm  1.1
 All Classes Functions Variables Typedefs Friends
Public Member Functions
MyAnnotations::BioFunctionsConstIterator 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 cannot be used to modify the instance of MyAnnotations on which it is invoked. More...

#include <old-annotations.h>

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

List of all members.

Public Member Functions

 BioFunctionsConstIterator (_BioFunctionsConstIterator _start, _BioFunctionsConstIterator _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 cannot 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