xoreos
0.0.5
|
Implementing the reading stream interfaces for plain memory blocks. More...
#include <cstring>
#include <boost/noncopyable.hpp>
#include "src/common/types.h"
#include "src/common/disposableptr.h"
#include "src/common/readstream.h"
Go to the source code of this file.
Classes | |
class | Common::MemoryReadStream |
Simple memory based 'stream', which implements the ReadStream interface for a plain memory block. More... | |
class | Common::MemoryReadStreamEndian |
This is a wrapper around MemoryReadStream, but it adds non-endian read methods whose endianness is set on the stream creation. More... | |
Namespaces | |
Common | |
Implementing the reading stream interfaces for plain memory blocks.
Definition in file memreadstream.h.