|
C3D Toolkit
Kernel - 118057, Vision - 2.14.7.1821
|
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. | |
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.