C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
templ_visitor.h File Reference

Visitor of classes. More...

Classes

class  Visitor
 Abstract base class of the visitor. More...
 
class  VisitorImpl< T >
 A generallized declaration of support of the object visit by a concrete visitor. More...
 

Macros

#define VISITING_CLASS(Class)
 Implementation of a function initializing a visit of an object. More...
 

Detailed Description

Visitor of classes.