Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Proxy_Exercise.h
Go to the documentation of this file.
1
6
7
#pragma once
8
#ifndef __PROXY_EXERCISE_H__
9
#define __PROXY_EXERCISE_H__
10
11
namespace
DesignPatternExamples_cpp
12
{
13
void
Proxy_Exercise
();
14
15
}
// end namespace
16
17
#endif
// __PROXY_EXERCISE_H__
DesignPatternExamples_cpp
The namespace containing all Design Pattern Examples implemented in C++.
Definition:
Adapter_Exercise.cpp:13
DesignPatternExamples_cpp::Proxy_Exercise
void Proxy_Exercise()
Example of using the Proxy design pattern.
Definition:
Proxy_Exercise.cpp:35
cplusplus
Proxy_Exercise.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6