Blender V5.0
Uniqueness_Key Struct Reference

Public Member Functions

uint64_t hash () const

Public Attributes

std::string name
Librarylib

Friends

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

Detailed Description

Definition at line 621 of file main_namemap.cc.

Member Function Documentation

◆ hash()

uint64_t Uniqueness_Key::hash ( ) const
inline

Definition at line 624 of file main_namemap.cc.

References blender::get_default_hash(), lib, and name.

◆ operator==

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

Definition at line 628 of file main_namemap.cc.

References b, lib, and name.

Member Data Documentation

◆ lib

Library* Uniqueness_Key::lib

Definition at line 623 of file main_namemap.cc.

Referenced by hash(), and operator==.

◆ name

std::string Uniqueness_Key::name

Definition at line 622 of file main_namemap.cc.

Referenced by hash(), main_namemap_validate_and_fix(), and operator==.


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