|
degate 0.1.1
|
#include "globals.h"#include "MemoryMap.h"#include "Configuration.h"#include "FileSystem.h"#include "Image.h"
Go to the source code of this file.
Classes | |
| class | degate::StoragePolicy_Base< PixelPolicy > |
| Base class for the storage policy of an image. More... | |
| class | degate::StoragePolicy_Memory< PixelPolicy > |
| Storage policy for image objects that resists in memory. More... | |
| class | degate::StoragePolicy_File< PixelPolicy > |
| Storage policy for image objects that are stored in a file. More... | |
| class | degate::StoragePolicy_TempFile< PixelPolicy > |
| Storage policy for image objects that are stored in a temporary file. More... | |
| class | degate::StoragePolicy_PersistentFile< PixelPolicy > |
| Storage policy for image objects that are stored in a persistent file. More... | |
Namespaces | |
| namespace | degate |
The namespace 'degate' is the namespace for everything that belongs to libdegate. | |
1.7.4