Scroom  0.14
blockallocator.hh File Reference
#include <cstdint>
#include <list>
#include <utility>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <scroom/interface.hh>
Include dependency graph for blockallocator.hh:
This graph shows which files directly or indirectly include this file:

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 ()