Blender  V3.3
Public Member Functions | Public Attributes | Friends | List of all members
blender::ed::spreadsheet::SpreadsheetCache::Key Class Referenceabstract

#include <spreadsheet_cache.hh>

Inheritance diagram for blender::ed::spreadsheet::SpreadsheetCache::Key:
blender::ed::spreadsheet::GeometryComponentCacheKey

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)
 

Detailed Description

Definition at line 21 of file spreadsheet_cache.hh.

Constructor & Destructor Documentation

◆ ~Key()

virtual blender::ed::spreadsheet::SpreadsheetCache::Key::~Key ( )
virtualdefault

Member Function Documentation

◆ hash()

virtual uint64_t blender::ed::spreadsheet::SpreadsheetCache::Key::hash ( ) const
pure virtual

Friends And Related Function Documentation

◆ operator==

bool operator== ( const Key a,
const Key b 
)
friend

Definition at line 29 of file spreadsheet_cache.hh.

Member Data Documentation

◆ is_used

bool blender::ed::spreadsheet::SpreadsheetCache::Key::is_used = false
mutable

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