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

Visitor Class Template Reference

#include <visitor.h>

Inheritance diagram for Visitor:

Inheritance graph
[legend]
Collaboration diagram for Visitor:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class NodeType>
class NeoEngine::Visitor< NodeType >

This template is to define concrete visitors for each visitable type.


Public Member Functions

virtual void Visit (NodeType &rkVisited)=0


Member Function Documentation

virtual void Visit NodeType &  rkVisited  )  [pure virtual]
 

Visitor callback method

Parameters:
rkVisited Node being visited


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