#include <ImagePool.h>
Public Member Functions | |
ImagePool (int _max_stored=50) | |
Image * | newImage (int width, int height, int pixelsize) |
void | release (Image *image) |
~ImagePool () | |
Protected Attributes | |
size_t | m_max_stored |
std::map< int, std::list< Image * > > | m_image_map |
|
|
|
|
|
|
|
|
|
|
|
|