Public Member Functions | Public Attributes

bio_iterator::rowIterator Class Reference

row iterators are designed to iterate on rows of the data file. More...

Inheritance diagram for bio_iterator::rowIterator:
bio_iterator::iterator

List of all members.

Public Member Functions

def __init__

Public Attributes

 type

Detailed Description

row iterators are designed to iterate on rows of the data file.

Examples:


Constructor & Destructor Documentation

def bio_iterator::rowIterator::__init__ (   self,
  iteratorName,
  name = "__dataFile__",
  child = "",
  variable = "__rowId__" 
)
Parameters:
iteratorNameName of the iterator.
nameName of the set of data that is being iterated. It is either the name of a metaiterator, or the string __dataFile__, when the iterator spans the entire database.
childRow iterators have no children. Use the default value.
variableIgnored by row iterators. Use the default value.

Reimplemented from bio_iterator::iterator.


Member Data Documentation


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