LRUCacheItem< T > Class Template Reference

#include <pcl/outofcore/impl/lru_cache.hpp>

Inheritance diagram for LRUCacheItem< T >:
Inheritance graph
[legend]
Collaboration diagram for LRUCacheItem< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual size_t sizeOf () const
virtual ~LRUCacheItem ()

Public Attributes

item
size_t timestamp

Detailed Description

template<typename T>
class LRUCacheItem< T >

Definition at line 9 of file lru_cache.hpp.


Constructor & Destructor Documentation

template<typename T>
virtual LRUCacheItem< T >::~LRUCacheItem (  )  [inline, virtual]

Definition at line 20 of file lru_cache.hpp.


Member Function Documentation

template<typename T>
virtual size_t LRUCacheItem< T >::sizeOf (  )  const [inline, virtual]

Reimplemented in OutofcoreCloud::CloudDataCacheItem.

Definition at line 14 of file lru_cache.hpp.


Member Data Documentation

template<typename T>
T LRUCacheItem< T >::item
template<typename T>
size_t LRUCacheItem< T >::timestamp

Definition at line 23 of file lru_cache.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends