#include <picture.hpp>
Public Member Functions | |
cache_type () | |
cache_item< T > & | get_element (int index) |
void | flush () |
Private Attributes | |
std::vector< cache_item< T > > | content_ |
Definition at line 104 of file picture.cpp.
|
inline |
Definition at line 107 of file picture.cpp.
|
inline |
Definition at line 119 of file picture.cpp.
|
inline |
Definition at line 112 of file picture.cpp.
References utf8::index().
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 125 of file picture.cpp.