Blender  V3.3
Public Member Functions | Public Attributes | Friends | List of all members
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 411 of file BLI_set_test.cc.

Member Function Documentation

◆ hash()

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

Definition at line 415 of file BLI_set_test.cc.

References key.

Friends And Related Function Documentation

◆ operator==

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

Definition at line 420 of file BLI_set_test.cc.

Member Data Documentation

◆ attached_data

int32_t blender::tests::MyKeyType::attached_data

Definition at line 413 of file BLI_set_test.cc.

◆ key

uint32_t blender::tests::MyKeyType::key

Definition at line 412 of file BLI_set_test.cc.

Referenced by hash().


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