C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
VisitorImpl< T > Class Template Referenceabstract

A generallized declaration of support of the object visit by a concrete visitor. More...

#include <templ_visitor.h>

+ Inheritance diagram for VisitorImpl< T >:

Public Member Functions

virtual void Visit (T &)=0
 A function processing a visit of an object.
 

Detailed Description

template<class T>
class VisitorImpl< T >

A generallized declaration of support of the object visit by a concrete visitor.

A generalized declaration of support of the object visit by a concrete visitor.
A concrete visitor should inherit from this generalized implementation for each type of visited objects.


The documentation for this class was generated from the following file: