Blender V5.0
blender::seq::PreviewCache Struct Reference

Public Member Functions

 ~PreviewCache ()
void clear ()

Public Attributes

PreviewCacheItem items [cache_size]
int64_t tick_count = 0

Static Public Attributes

static constexpr int cache_size = 4

Detailed Description

Definition at line 35 of file preview_cache.cc.

Constructor & Destructor Documentation

◆ ~PreviewCache()

blender::seq::PreviewCache::~PreviewCache ( )
inline

Definition at line 40 of file preview_cache.cc.

References clear().

Member Function Documentation

◆ clear()

void blender::seq::PreviewCache::clear ( )
inline

Definition at line 45 of file preview_cache.cc.

Referenced by blender::seq::preview_cache_invalidate(), and ~PreviewCache().

Member Data Documentation

◆ cache_size

int blender::seq::PreviewCache::cache_size = 4
staticconstexpr

Definition at line 36 of file preview_cache.cc.

◆ items

◆ tick_count


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