xoreos  0.0.5
Classes | Namespaces
memreadstream.h File Reference

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"
Include dependency graph for memreadstream.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Implementing the reading stream interfaces for plain memory blocks.

Definition in file memreadstream.h.