Represents an expandable list of Flyweight_Image objects. This is managed by the Flyweight_ImageList_Clear() and Flyweight_ImageList_Add() functions. More...
#include <Flyweight_Image.h>
Public Attributes | |
Flyweight_Image * | images |
Dynamic list of Flyweight_Image objects. | |
size_t | images_count |
Number of Flyweight_image objects in the list. | |
Represents an expandable list of Flyweight_Image objects. This is managed by the Flyweight_ImageList_Clear() and Flyweight_ImageList_Add() functions.
Note that this contains a list of Flyweight_Image structures, not pointers to Flyweight_image structures.
Definition at line 40 of file Flyweight_Image.h.
Flyweight_Image* images |
Dynamic list of Flyweight_Image objects.
Definition at line 42 of file Flyweight_Image.h.
Referenced by _Flyweight_MoveFlyweights(), _Flyweight_RenderFlyweights(), Flyweight_ImageList_Add(), and Flyweight_ImageList_Clear().
size_t images_count |
Number of Flyweight_image objects in the list.
Definition at line 43 of file Flyweight_Image.h.
Referenced by _Flyweight_MoveFlyweights(), _Flyweight_RenderFlyweights(), Flyweight_ImageList_Add(), and Flyweight_ImageList_Clear().