|
contur2
|
This is the complete list of members for contur::PhysicalMemory, including all inherited members.
| clear() override | contur::PhysicalMemory | virtual |
| clearRange(MemoryAddress startAddress, std::size_t count) | contur::PhysicalMemory | |
| impl_ | contur::PhysicalMemory | private |
| operator=(const PhysicalMemory &)=delete | contur::PhysicalMemory | |
| operator=(PhysicalMemory &&) noexcept | contur::PhysicalMemory | |
| PhysicalMemory(std::size_t cellCount) | contur::PhysicalMemory | explicit |
| PhysicalMemory(const PhysicalMemory &)=delete | contur::PhysicalMemory | |
| PhysicalMemory(PhysicalMemory &&) noexcept | contur::PhysicalMemory | |
| read(MemoryAddress address) const override | contur::PhysicalMemory | virtual |
| readRange(MemoryAddress startAddress, std::size_t count) const | contur::PhysicalMemory | |
| size() const noexcept override | contur::PhysicalMemory | virtual |
| write(MemoryAddress address, const Block &block) override | contur::PhysicalMemory | virtual |
| writeRange(MemoryAddress startAddress, const std::vector< Block > &blocks) | contur::PhysicalMemory | |
| ~IMemory()=default | contur::IMemory | virtual |
| ~PhysicalMemory() override | contur::PhysicalMemory |