xentara-plugin v2.0.4
The Xentara Plugin Framework
|
This is the complete list of members for xentara::memory::MemoryResource, including all inherited members.
beginRead(const BlockHandle &blockHandle) -> std::pair< ReadHandle, const void * > | xentara::memory::MemoryResource | |
beginWrite(const BlockHandle &blockHandle, bool copy) -> std::pair< WriteHandle, void * > | xentara::memory::MemoryResource | |
BlockHandle typedef | xentara::memory::MemoryResource | |
commit(const BlockHandle &blockHandle, const WriteHandle &writeHandle, std::chrono::system_clock::time_point timeStamp, std::span< std::reference_wrapper< const process::Event > > additionalEvents={}) -> void | xentara::memory::MemoryResource | |
createBlock(std::reference_wrapper< const BlockHandler > handler) -> std::pair< BlockHandle, void * > | xentara::memory::MemoryResource | |
destroyBlock(const BlockHandle &blockHandle) noexcept -> void | xentara::memory::MemoryResource | |
discard(const BlockHandle &blockHandle, const WriteHandle &writeHandle) noexcept -> void | xentara::memory::MemoryResource | |
endRead(const BlockHandle &blockHandle, const ReadHandle &readHandle) noexcept -> void | xentara::memory::MemoryResource | |
HandleRole enum name | xentara::memory::MemoryResource | |
placement(const BlockHandle &blockHandle) const noexcept -> void * | xentara::memory::MemoryResource | |
ReadHandle typedef | xentara::memory::MemoryResource | |
WriteHandle typedef | xentara::memory::MemoryResource | |
~MemoryResource()=0 | xentara::memory::MemoryResource | pure virtual |