#include <IMemory.h>
Constructor & Destructor Documentation
memory::IMemory::IMemory |
( |
| ) |
|
virtual memory::IMemory::~IMemory |
( |
| ) |
[virtual] |
Member Function Documentation
virtual int memory::IMemory::decReopenHint |
( |
| ) |
[pure virtual] |
virtual void memory::IMemory::fillBuffer |
( |
u8 * |
buffer, |
|
|
u64 |
offset, |
|
|
unsigned int |
length |
|
) |
| const [pure virtual] |
virtual u8 memory::IMemory::getByte |
( |
u64 |
offset | ) |
const [pure virtual] |
virtual int memory::IMemory::incReopenHint |
( |
| ) |
[pure virtual] |
virtual void memory::IMemory::putByte |
( |
u64 |
offset, |
|
|
u8 |
value |
|
) |
| const [pure virtual] |
The documentation for this class was generated from the following file: