Blender
V3.3
|
#include <spreadsheet_cache.hh>
Public Member Functions | |
virtual | ~Key ()=default |
virtual uint64_t | hash () const =0 |
Public Attributes | |
bool | is_used = false |
Friends | |
bool | operator== (const Key &a, const Key &b) |
Definition at line 21 of file spreadsheet_cache.hh.
|
virtualdefault |
|
pure virtual |
Implemented in blender::ed::spreadsheet::GeometryComponentCacheKey.
Definition at line 29 of file spreadsheet_cache.hh.
|
mutable |
Definition at line 25 of file spreadsheet_cache.hh.
Referenced by blender::ed::spreadsheet::SpreadsheetCache::lookup(), and blender::ed::spreadsheet::SpreadsheetCache::remove_all_unused().