Design Pattern Examples
Overview of object-oriented design patterns
c/Composite_Exercise.h
Go to the documentation of this file.
1
6
7
#pragma once
8
#ifndef __COMPOSITE_EXERCISE_H__
9
#define __COMPOSITE_EXERCISE_H__
10
11
void
Composite_Exercise
(
void
);
12
13
#endif
// __COMPOSITE_EXERCISE_H__
Composite_Exercise
void Composite_Exercise(void)
Example of using the Composite Pattern.
Definition:
Composite_Exercise.c:112
c
Composite_Exercise.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6