Blender V5.0
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.

◆ operator==

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

Definition at line 424 of file BLI_set_test.cc.

References b, and key.

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(), and operator==.


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