Also mixes in BByteStream for convenience (one usually wants a streaming interface to memory).
#include <support/IStorage.h>
#include <support/ByteStream.h>
#include <support/Locker.h>
#include <support/Value.h>
Go to the source code of this file.
Classes | |
class | BMallocStore |
BMemoryStore that performs memory allocations on the heap. More... | |
class | BMemoryStore |
Generic implementation of storage and byte streams on a block of memory. More... | |
class | BValueStorage |