![]() |
Audacity 3.2.0
|
A result of the cache lookup. More...
#include <GraphicsDataCache.h>
Public Attributes | |
| Lookup::iterator | Begin |
| Iterator to the first cache element that fulfills the request. More... | |
| Lookup::iterator | End |
| Iterator past the last cache element that fulfills the request. More... | |
| size_t | LeftOffset {} |
| First column of the first element that matches the request. More... | |
| size_t | RightOffset {} |
| Offset from the right for the last element that matches the request. More... | |
A result of the cache lookup.
Definition at line 86 of file GraphicsDataCache.h.
| Lookup::iterator GraphicsDataCacheBase::BaseLookupResult::Begin |
Iterator to the first cache element that fulfills the request.
Definition at line 89 of file GraphicsDataCache.h.
Referenced by GraphicsDataCacheIterator< CacheElementType >::GetLeftOffset().
| Lookup::iterator GraphicsDataCacheBase::BaseLookupResult::End |
Iterator past the last cache element that fulfills the request.
Definition at line 91 of file GraphicsDataCache.h.
Referenced by GraphicsDataCacheIterator< CacheElementType >::GetRightOffset().
| size_t GraphicsDataCacheBase::BaseLookupResult::LeftOffset {} |
First column of the first element that matches the request.
Definition at line 93 of file GraphicsDataCache.h.
Referenced by GraphicsDataCacheIterator< CacheElementType >::GetLeftOffset().
| size_t GraphicsDataCacheBase::BaseLookupResult::RightOffset {} |
Offset from the right for the last element that matches the request.
Definition at line 95 of file GraphicsDataCache.h.
Referenced by GraphicsDataCacheIterator< CacheElementType >::GetRightOffset().