VISH
0.2
|
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...
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.