#include <IMemory.h>
Inheritance diagram for IMemory:
Public Methods | |
IMemory () | |
virtual | ~IMemory () |
virtual u8 | getByte (u64 offset) const=0 |
virtual void | putByte (u64 offset, u8 value) const=0 |
virtual void | fillBuffer (u8 *buffer, u64 offset, unsigned int length) const=0 |
Private Methods | |
void | operator= (const IMemory &) |
not implemented (explicitly disallowed) | |
IMemory (const IMemory &) | |
not implemented (explicitly disallowed) |
|
Definition at line 98 of file Memory.cpp. |
|
Definition at line 95 of file Memory.cpp. |
|
not implemented (explicitly disallowed)
|
|
|
Implemented in MemoryFile, and MemoryOsSpecific. Referenced by getBiosVersionFromOneByteStructForDiamond(), getIdByteFromMem_Diamond(), and testStandalone::testMemoryFuncs(). |
|
not implemented (explicitly disallowed)
|
|
Implemented in MemoryFile, and MemoryOsSpecific. Referenced by testStandalone::testMemoryFuncs(). |