Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | Related Pages

BaseVisitor Class Reference

#include <visitor.h>

Inheritance diagram for BaseVisitor:

Inheritance graph
[legend]
List of all members.

Detailed Description

Strawman visitor class. All visitors have to inherit from this class. This class is intended to add RTTI info to all visitor subclasses and a polymorphically correct destruction sequence. And most important, it allows to use dynamic_cast to solve the identification.


Public Member Functions

virtual ~BaseVisitor ()


Constructor & Destructor Documentation

virtual ~BaseVisitor  )  [inline, virtual]
 


The documentation for this class was generated from the following file:
Generated on Wed Jan 21 14:21:16 2004 for NeoEngine by doxygen 1.3.5