|
OpenGothic
Open source reimplementation of Gothic I and II
|
This is the complete list of members for Mem32, including all inherited members.
| alloc(uint32_t size, const char *comment=nullptr) | Mem32 | |
| alloc(ptr32_t address, uint32_t size, const char *comment=nullptr) | Mem32 | |
| alloc(uint32_t size, Type type, const char *comment=nullptr) | Mem32 | |
| copyBytes(ptr32_t src, ptr32_t dst, uint32_t size) | Mem32 | |
| deref(ptr32_t address) -> std::tuple< void *, uint32_t > | Mem32 | |
| deref(ptr32_t address, uint32_t size) | Mem32 | |
| deref(ptr32_t address) | Mem32 | inline |
| derefv(ptr32_t address, uint32_t size) | Mem32 | |
| free(ptr32_t at) | Mem32 | |
| Mem32() | Mem32 | |
| memAlign | Mem32 | static |
| pin(void *mem, ptr32_t address, uint32_t size, const char *comment=nullptr) | Mem32 | |
| pin(void *mem, uint32_t size, const char *comment=nullptr) | Mem32 | |
| pin(ptr32_t address, uint32_t size, Type type) | Mem32 | |
| ptr32_t typedef | Mem32 | |
| readInt(ptr32_t address) | Mem32 | |
| realloc(ptr32_t address, uint32_t size) | Mem32 | |
| setCallbackR(Type t, const T &fn) | Mem32 | inline |
| setCallbackR(Type t, std::function< void(T &t, uint32_t)> fn) | Mem32 | inline |
| setCallbackW(Type t, const T &fn) | Mem32 | inline |
| setCallbackW(Type t, std::function< void(T &t, uint32_t)> fn) | Mem32 | inline |
| Type enum name | Mem32 | |
| writeInt(ptr32_t address, int32_t v) | Mem32 | |
| ~Mem32() | Mem32 |