Design Pattern Examples
Overview of object-oriented design patterns
Flyweight_Context.h File Reference

Declaration of the Flyweight_Context structure that is associated with a Flyweight_Image as used in the Flyweight Pattern. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Flyweight_Context
 Represents the context for an instance of the Flyweight_Image structure. In this case, the context includes position and velocity. More...
 

Macros

#define __FLYWEIGHT_CONTEXT_H__
 

Detailed Description

Declaration of the Flyweight_Context structure that is associated with a Flyweight_Image as used in the Flyweight Pattern.

Definition in file Flyweight_Context.h.

Macro Definition Documentation

◆ __FLYWEIGHT_CONTEXT_H__

#define __FLYWEIGHT_CONTEXT_H__

Definition at line 8 of file Flyweight_Context.h.