Blender  V3.3
Public Attributes | List of all members
SeqCache Struct Reference

Public Attributes

Mainbmain
 
struct GHashhash
 
ThreadMutex iterator_mutex
 
struct BLI_mempoolkeys_pool
 
struct BLI_mempoolitems_pool
 
struct SeqCacheKeylast_key
 
struct SeqDiskCachedisk_cache
 
int thumbnail_count
 

Detailed Description

Definition at line 74 of file image_cache.c.

Member Data Documentation

◆ bmain

Main* SeqCache::bmain

Definition at line 75 of file image_cache.c.

Referenced by seq_cache_cleanup_sequence(), and seq_cache_create().

◆ disk_cache

struct SeqDiskCache* SeqCache::disk_cache

◆ hash

struct GHash* SeqCache::hash

◆ items_pool

struct BLI_mempool* SeqCache::items_pool

◆ iterator_mutex

ThreadMutex SeqCache::iterator_mutex

◆ keys_pool

struct BLI_mempool* SeqCache::keys_pool

◆ last_key

struct SeqCacheKey* SeqCache::last_key

◆ thumbnail_count

int SeqCache::thumbnail_count

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