Design Pattern Examples
Overview of object-oriented design patterns
c/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
11void Proxy_Exercise(void);
12
13#endif // __PROXY_EXERCISE_H__
void Proxy_Exercise(void)
Example of using the Proxy design pattern.