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