MemoryStore.h File Reference


Detailed Description

IStorage implementations for physical memory.

Also mixes in BByteStream for convenience (one usually wants a streaming interface to memory).

Note:
This should be replaced with new implementations on top of BStreamDatum.

#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