16 #ifndef __OMNETPP_CVISITOR_H 17 #define __OMNETPP_CVISITOR_H 19 #include "simkerneldefs.h" 75 virtual bool process(
cObject *obj);
83 virtual bool processChildrenOf(
cObject *obj);
95 virtual void visit(
cObject *obj) = 0;
Root of the OMNeT++ class hierarchy. cObject is a lightweight class without any data members...
Definition: cobject.h:58
Can be thrown to get out in the middle of the traversal process.
Definition: cvisitor.h:62
Enables traversing the tree of (cObject-rooted) simulation objects.
Definition: cvisitor.h:56
Definition: cabstracthistogram.h:21
virtual ~cVisitor()
Definition: cvisitor.h:68