|
Scroom 0.14-49-gb7ae7a6d
|
#include <cstdint>#include <list>#include <memory>#include <utility>#include <scroom/interface.hh>

Go to the source code of this file.
Classes | |
| class | Scroom::MemoryBlocks::Page |
| class | Scroom::MemoryBlocks::BlockInterface |
| class | Scroom::MemoryBlocks::BlockFactoryInterface |
Namespaces | |
| namespace | Scroom |
| namespace | Scroom::MemoryBlocks |
| namespace | Scroom::MemoryBlocks::RawPageData |
Typedefs | |
| using | Scroom::MemoryBlocks::RawPageData::Ptr = std::shared_ptr< uint8_t > |
| using | Scroom::MemoryBlocks::RawPageData::WeakPtr = std::weak_ptr< uint8_t > |
| using | Scroom::MemoryBlocks::PageList = std::list< Page > |
Functions | |
| BlockFactoryInterface::Ptr | Scroom::MemoryBlocks::getBlockFactoryInterface () |