|
Krita Source Code Documentation
|
Public Types | |
| using | ConstType = std::add_const_t<T> |
Public Member Functions | |
| SharedStorage () | |
| SharedStorage (const SharedStorage &rhs)=delete | |
| SharedStorage (T *value) | |
Public Attributes | |
| DataStorage< QScopedPointer< ConstType >, T, Args... > | m_value |
| QMutex | sharedMutex |
Definition at line 73 of file KisLazySharedCacheStorage.h.
| using KisLazySharedCacheStorageDetail::DataWrapperShared< T, Args >::SharedStorage::ConstType = std::add_const_t<T> |
Definition at line 75 of file KisLazySharedCacheStorage.h.
|
inline |
Definition at line 77 of file KisLazySharedCacheStorage.h.
|
inline |
Definition at line 78 of file KisLazySharedCacheStorage.h.
|
delete |
| DataStorage<QScopedPointer<ConstType>, T, Args...> KisLazySharedCacheStorageDetail::DataWrapperShared< T, Args >::SharedStorage::m_value |
Definition at line 82 of file KisLazySharedCacheStorage.h.
| QMutex KisLazySharedCacheStorageDetail::DataWrapperShared< T, Args >::SharedStorage::sharedMutex |
Definition at line 81 of file KisLazySharedCacheStorage.h.