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

Public Attributes

Mainbmain
 
int64_t timestamp
 
ListBase files
 
ThreadMutex read_write_mutex
 
size_t size_total
 

Detailed Description

Definition at line 84 of file disk_cache.c.

Member Data Documentation

◆ bmain

Main* SeqDiskCache::bmain

Definition at line 85 of file disk_cache.c.

Referenced by seq_disk_cache_create(), and seq_disk_cache_get_project_dir().

◆ files

ListBase SeqDiskCache::files

◆ read_write_mutex

ThreadMutex SeqDiskCache::read_write_mutex

◆ size_total

size_t SeqDiskCache::size_total

◆ timestamp

int64_t SeqDiskCache::timestamp

Definition at line 86 of file disk_cache.c.

Referenced by seq_disk_cache_create(), and seq_disk_cache_get_dir().


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