struct Core::Portable::BitmapManager::InternalStore

#include <corebitmap.h>

struct InternalStore
{
    // fields

    IntrusiveLinkedList<BitmapDescriptor> descriptors;
    HashMap<uint32, BitmapDescriptor*> hashMap;
    Vector<BitmapDescriptor*> toDecode;
};