Class Visitable
Declaration :
Directly inherited by : Buildable
Artifact : visitor
Declaration :
- Uml : # ~Visitable() :
- C++ : protected: virtual ~Visitable ()
Declaration :
- Uml : abstract, + apply(inout providedTool : Tool) : void
- C++ : public: virtual void apply (Tool& providedTool) = 0
Declaration :
- Uml : static, + dispatchOp(inout target : TAR, inout t : Tool) : void
- C++ : public: static void dispatchOp (TAR& target, Tool& t)
All public operations : apply , dispatchOp