Blender V4.3
blender::tests::MyKeyType Struct Reference

Public Member Functions

uint64_t hash () const
 

Public Attributes

uint32_t key
 
int32_t attached_data
 

Friends

bool operator== (const MyKeyType &a, const MyKeyType &b)
 

Detailed Description

Definition at line 415 of file BLI_set_test.cc.

Member Function Documentation

◆ hash()

uint64_t blender::tests::MyKeyType::hash ( ) const
inline

Definition at line 419 of file BLI_set_test.cc.

References key.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const MyKeyType & a,
const MyKeyType & b )
friend

Definition at line 424 of file BLI_set_test.cc.

Member Data Documentation

◆ attached_data

int32_t blender::tests::MyKeyType::attached_data

Definition at line 417 of file BLI_set_test.cc.

◆ key

uint32_t blender::tests::MyKeyType::key

Definition at line 416 of file BLI_set_test.cc.

Referenced by hash().


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