#include <Composite.h>
Inheritance diagram for CompositeBase< N >:

Protected Methods | |
| virtual void | descend (VisitorBase *v)=0 |
| Propagate a visitor to all child nodes. | |
| virtual void | ascend (VisitorBase *v)=0 |
| Propagate a visitor to all parent nodes. | |
Friends | |
| class | VisitorCore< N > |
N is a context specific visitable node type.
|
||||||||||
|
Propagate a visitor to all parent nodes.
Implemented in Composite< V >. |
|
||||||||||
|
Propagate a visitor to all child nodes.
Implemented in Composite< V >. |
|
|||||
|
|
|
SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage. Generated on Tue Oct 14 12:06:40 2003, using Doxygen 1.2.18. |