Design Pattern Examples
Overview of object-oriented design patterns
Proxy_Exercise.cpp File Reference

Implementation of the Proxy_Exercise() function as used in the Proxy Pattern. More...

#include <iostream>
#include "helpers/formatstring.h"
#include "Proxy_Exercise.h"
#include "Proxy_Class.h"
Include dependency graph for Proxy_Exercise.cpp:

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Functions

void Proxy_Exercise ()
 Example of using the Proxy design pattern.
 

Detailed Description

Implementation of the Proxy_Exercise() function as used in the Proxy Pattern.

Definition in file Proxy_Exercise.cpp.