This is the complete list of members for CMemoryService, including all inherited members.
AttachGame(std::string path) | CMemoryService | |
DeattachGame() | CMemoryService | |
g_pXenon | CComponent | |
g_pXenonConfigs | CComponent | |
g_pXenonVariables | CComponent | |
GetModuleAddress(const std::string_view moduleName) const noexcept | CMemoryService | |
Init() | CComponent | inlinevirtual |
IsGameRunning() const noexcept | CMemoryService | |
Read(const std::uintptr_t &address) const noexcept | CMemoryService | inline |
ReadPointer(const std::uintptr_t &address) | CMemoryService | |
Update() | CComponent | inlinevirtual |
UpdateCurrentTarget(TargetProfile *target) | CComponent | inlinevirtual |
Write(const std::uintptr_t &address, const T &value) const noexcept | CMemoryService | inline |
WritePointer(const std::uintptr_t &address, const uintptr_t &value) | CMemoryService | |
~CComponent()=default | CComponent | virtual |