Declaration of the Visitor_Shop base class used in the Visitor Pattern. More...
Go to the source code of this file.
Classes | |
class | Visitor_Shop |
Base class that all shops must implement. More... | |
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
#define | __VISITOR_SHOP_H__ |
Declaration of the Visitor_Shop base class used in the Visitor Pattern.
Definition in file cplusplus/Visitor_Shop.h.
#define __VISITOR_SHOP_H__ |
Definition at line 8 of file cplusplus/Visitor_Shop.h.