Classes | |
struct | cache_item |
Public Member Functions | |
cache_type ()=default | |
cache_item & | get_element (const Key &item) |
void | flush () |
Private Types | |
using | Key = locator::value |
Private Attributes | |
std::unordered_map< Key, cache_item > | content_ |
Definition at line 82 of file picture.cpp.
|
private |
Definition at line 84 of file picture.cpp.
|
default |
|
inline |
Definition at line 106 of file picture.cpp.
References image::cache_type< T >::content_.
|
inline |
Definition at line 101 of file picture.cpp.
References image::cache_type< T >::content_.
Referenced by image::locator::access_in_cache(), image::locator::add_to_cache(), image::locator::copy_from_cache(), image::locator::in_cache(), and image::locator::locate_in_cache().
|
private |
Definition at line 112 of file picture.cpp.
Referenced by image::cache_type< T >::flush(), and image::cache_type< T >::get_element().