#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 101 of file picture.cpp.
|
inline |
Definition at line 104 of file picture.cpp.
|
inline |
Definition at line 116 of file picture.cpp.
|
inline |
Definition at line 109 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 122 of file picture.cpp.