CacheObject< S > Struct Template Reference

Wrapper class to manage deletion of objects which have been loaded by the cache and which therefore need to be deleted by the cache. More...

#include <cache.h>

List of all members.

Public Member Functions

 CacheObject (S *object, const bool originsCache)

Public Attributes

S * object_
bool originsCache_

Detailed Description

template<typename S>
struct voreen::CacheObject< S >

Wrapper class to manage deletion of objects which have been loaded by the cache and which therefore need to be deleted by the cache.

Definition at line 150 of file cache.h.