The Vish Visualization Shell 0.3
Vish
Public Member Functions | List of all members
Wizt::VSaveable::SaveIterator Struct Referenceabstract

Accompanying iterator class. More...

#include <ocean/plankton/VSaver.hpp>

Public Member Functions

virtual bool apply (const string &s, const RefPtr< VishSaver > &VS)=0
 The virtual apply function, which is to be overloaded by iterator implementations.
 
virtual ~SaveIterator ()=0
 The virtual Destructor. Good to have one. Without it, we would have none.
 

Detailed Description

Accompanying iterator class.