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

Implementation of the Flyweight_Exercise() function as used in the Flyweight Pattern. More...

#include <iostream>
#include <sstream>
#include "helpers/sleep.h"
#include "helpers/cursor.h"
#include "helpers/readkey.h"
#include "helpers/checkforkey.h"
#include "helpers/formatstring.h"
#include "Flyweight_Exercise.h"
#include "Flyweight_Classes.h"
Include dependency graph for Flyweight_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 Flyweight_Exercise ()
 Example of using the Flyweight design pattern.
 

Detailed Description

Implementation of the Flyweight_Exercise() function as used in the Flyweight Pattern.

Definition in file Flyweight_Exercise.cpp.