Blender V4.3
LibWeakRefKey Struct Reference

Public Member Functions

 LibWeakRefKey (const char *lib_path, const char *id_name)
 
uint64_t hash () const
 

Public Attributes

char filepath [FILE_MAX]
 
char id_name [MAX_ID_NAME]
 

Friends

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

Detailed Description

Definition at line 630 of file main.cc.

Constructor & Destructor Documentation

◆ LibWeakRefKey()

LibWeakRefKey::LibWeakRefKey ( const char * lib_path,
const char * id_name )
inline

Definition at line 634 of file main.cc.

References id_name, and STRNCPY.

Member Function Documentation

◆ hash()

uint64_t LibWeakRefKey::hash ( ) const
inline

Definition at line 645 of file main.cc.

References blender::get_default_hash().

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 640 of file main.cc.

Member Data Documentation

◆ filepath

char LibWeakRefKey::filepath[FILE_MAX]

Definition at line 631 of file main.cc.

◆ id_name

char LibWeakRefKey::id_name[MAX_ID_NAME]

Definition at line 632 of file main.cc.

Referenced by LibWeakRefKey().


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