VISH  0.2
Classes | Functions | Variables
VISH Iterators

Iterators are implemented via abstract classes with a virtual apply() function that is call with a certain set of parameters describing the current object. More...

Classes

Functions

Variables


Detailed Description

Iterators are implemented via abstract classes with a virtual apply() function that is call with a certain set of parameters describing the current object.

This choice of implementation is slightly less efficient than the STL iterator scheme, but provides better encapsulation.