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... | |
Hides the details of the proxy and real class in C++. Used by the Proxy pattern example.