|
Scroom
0.14
|
#include <cstdint>#include <list>#include <utility>#include <boost/shared_ptr.hpp>#include <boost/weak_ptr.hpp>#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 | |
| Scroom | |
| Scroom::MemoryBlocks | |
| Scroom::MemoryBlocks::RawPageData | |
Typedefs | |
| using | Scroom::MemoryBlocks::RawPageData::Ptr = boost::shared_ptr< uint8_t > |
| using | Scroom::MemoryBlocks::RawPageData::WeakPtr = boost::weak_ptr< uint8_t > |
| using | Scroom::MemoryBlocks::PageList = std::list< Page > |
Functions | |
| BlockFactoryInterface::Ptr | Scroom::MemoryBlocks::getBlockFactoryInterface () |