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

Implementation of the Flyweight_Class, BigResource, and BigResourceManager classes used in the Flyweight Pattern. More...

Include dependency graph for Flyweight_Classes.cpp:

Go to the source code of this file.

Namespaces

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

Detailed Description

Implementation of the Flyweight_Class, BigResource, and BigResourceManager classes used in the Flyweight Pattern.

Definition in file Flyweight_Classes.cpp.