visitor is an abstract interface : action.accept(visitor) calls visitor.visit(action) More...
#include "typedefs.hpp"
Go to the source code of this file.
Classes | |
class | wb::visitor |
Abstract base class for all the visitors (cf GoF Visitor Design Pattern) the whiteboard uses. More... | |
Namespaces | |
wb | |
visitor is an abstract interface : action.accept(visitor) calls visitor.visit(action)
Definition in file visitor.hpp.