The Vish Visualization Shell 0.3
Vish
Public Member Functions | List of all members
Eagle::Context::Iterator Struct Referenceabstract

Iterator functor that allows to travers over all variables of a specific type. More...

#include <ocean/parzival/Context.hpp>

Public Member Functions

virtual bool apply (id_t, const string &s)=0
 Callback function, called for each variable that is defined by the parsing context.
 
virtual ~Iterator ()=0
 Virtual Destructor.
 

Detailed Description

Iterator functor that allows to travers over all variables of a specific type.