|
Blender V5.0
|
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) |
|
inline |
Definition at line 642 of file main.cc.
References id_name, and STRNCPY().
Referenced by operator==.
|
inline |
Definition at line 653 of file main.cc.
References blender::get_default_hash().
|
friend |
| char LibWeakRefKey::filepath[FILE_MAX] |
Definition at line 639 of file main.cc.
Referenced by operator==.
| char LibWeakRefKey::id_name[MAX_ID_NAME] |
Definition at line 640 of file main.cc.
Referenced by LibWeakRefKey(), and operator==.