Design Pattern Examples
Overview of object-oriented design patterns
Proxy_Class_Private Namespace Reference

Hides the details of the proxy and real class in C++. Used by the Proxy pattern example. More...

Classes

class  Proxy_Class
 The proxy class that implements the IWorkByProxy. More...
 
class  Real_Class
 The real class object that does all the work. More...
 

Detailed Description

Hides the details of the proxy and real class in C++. Used by the Proxy pattern example.