The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces
visitor.hpp File Reference

visitor is an abstract interface : action.accept(visitor) calls visitor.visit(action) More...

#include "typedefs.hpp"
Include dependency graph for visitor.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

visitor is an abstract interface : action.accept(visitor) calls visitor.visit(action)

Definition in file visitor.hpp.