#include <image.hpp>
Public Member Functions | |
cache_type () | |
cache_item< T > & | get_element (int index) |
void | flush () |
Private Attributes | |
std::vector< cache_item< T > > | content_ |
|
inline |
|
inline |
Definition at line 90 of file image.cpp.
References image::cache_type< T >::content_.
|
inline |
Definition at line 84 of file image.cpp.
References image::cache_type< T >::content_.
Referenced by image::locator::access_in_cache(), image::locator::add_to_cache(), image::locator::in_cache(), and image::locator::locate_in_cache().
|
private |
Definition at line 93 of file image.cpp.
Referenced by image::cache_type< T >::flush(), and image::cache_type< T >::get_element().