#include <IMemory.h>
Inheritance diagram for IMemory:

Public Member Functions | |
| 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 Member Functions | |
| void | operator= (const IMemory &) |
| not implemented (explicitly disallowed) | |
| IMemory (const IMemory &) | |
| not implemented (explicitly disallowed) | |
Definition at line 106 of file IMemory.h.
|
|
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(), and getIdByteFromMem_Diamond(). |
|
|
not implemented (explicitly disallowed)
|
|
||||||||||||
|
Implemented in MemoryFile, and MemoryOsSpecific. |
1.4.6