Audacity 3.2.0
Public Attributes | List of all members
GraphicsDataCacheBase::BaseLookupResult Struct Referencefinal

A result of the cache lookup. More...

#include <GraphicsDataCache.h>

Collaboration diagram for GraphicsDataCacheBase::BaseLookupResult:
[legend]

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...
 

Detailed Description

A result of the cache lookup.

Definition at line 86 of file GraphicsDataCache.h.

Member Data Documentation

◆ Begin

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().

◆ End

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().

◆ LeftOffset

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().

◆ RightOffset

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().


The documentation for this struct was generated from the following file: