![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <cache.h>
Public Member Functions | |
| Entry () | |
Public Attributes | |
| std::promise< std::shared_ptr< value_t > > | promise |
| std::shared_future< std::shared_ptr< value_t > > | future |
| bool | is_loading = false |
|
inline |
| std::shared_future<std::shared_ptr<value_t> > colmap::ThreadSafeLRUCache< key_t, value_t >::Entry::future |
| bool colmap::ThreadSafeLRUCache< key_t, value_t >::Entry::is_loading = false |
| std::promise<std::shared_ptr<value_t> > colmap::ThreadSafeLRUCache< key_t, value_t >::Entry::promise |