TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/memory/IMemoryCache.hpp File Reference
#include "IMemoryPool.hpp"
#include <boost/shared_ptr.hpp>
#include <string>
Include dependency graph for IMemoryCache.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tuttle::host::memory::Key
struct  tuttle::host::memory::KeyHash
class  tuttle::host::memory::IMemoryCache

Namespaces

namespace  tuttle
 

global namespace of the project


namespace  tuttle::host
 

Library for host.


namespace  tuttle::host::attribute
namespace  tuttle::host::memory

Typedefs

typedef ::boost::shared_ptr
< tuttle::host::attribute::Image
tuttle::host::memory::CACHE_ELEMENT
 configure the cache with this element CACHE_ELEMENT should be a smart_ptr of some kind pointer will be stored in a container so no auto_ptr is allowed