Design Pattern Examples
Overview of object-oriented design patterns
Proxy_IWorkByProxy.h File Reference

Declaration of the IWorkByProxy structure, which represents both the real service and the proxy service, as used in the Proxy Pattern. More...

Include dependency graph for Proxy_IWorkByProxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IWorkByProxy
 Represents what can be done on the proxy object. This same interface is implemented on the real object as well to ensure both have the same methods. The program accesses the proxy object only through this interface. More...
 

Macros

#define __PROXY_IWORKBYPROXY_H__
 

Detailed Description

Declaration of the IWorkByProxy structure, which represents both the real service and the proxy service, as used in the Proxy Pattern.

Definition in file Proxy_IWorkByProxy.h.

Macro Definition Documentation

◆ __PROXY_IWORKBYPROXY_H__

#define __PROXY_IWORKBYPROXY_H__

Definition at line 9 of file Proxy_IWorkByProxy.h.