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"
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. | |
Implementation of the Flyweight_Exercise() function as used in the Flyweight Pattern.
Definition in file Flyweight_Exercise.cpp.