xoreos
0.0.5
|
Implementing the writing stream interfaces for memory blocks. More...
#include <boost/noncopyable.hpp>
#include "src/common/types.h"
#include "src/common/disposableptr.h"
#include "src/common/writestream.h"
Go to the source code of this file.
Classes | |
class | Common::MemoryWriteStream |
Simple memory based 'stream', which implements the SeekableWriteStream interface for a plain memory block. More... | |
class | Common::MemoryWriteStreamDynamic |
A stream that dynamically grows as it's written to. More... | |
Namespaces | |
Common | |
Implementing the writing stream interfaces for memory blocks.
Definition in file memwritestream.h.