|
Blender V4.3
|
#include <deg_node_id.hh>
Public Member Functions | |
| ComponentIDKey (NodeType type, const char *name="") | |
| uint64_t | hash () const |
| bool | operator== (const ComponentIDKey &other) const |
Public Attributes | |
| NodeType | type |
| const char * | name |
Definition at line 36 of file deg_node_id.hh.
| blender::deg::IDNode::ComponentIDKey::ComponentIDKey | ( | NodeType | type, |
| const char * | name = "" ) |
Definition at line 45 of file deg_node_id.cc.
| uint64_t blender::deg::IDNode::ComponentIDKey::hash | ( | ) | const |
Definition at line 52 of file deg_node_id.cc.
References BLI_ghashutil_combine_hash(), BLI_ghashutil_strhash_p(), BLI_ghashutil_uinthash(), and int.
| bool blender::deg::IDNode::ComponentIDKey::operator== | ( | const ComponentIDKey & | other | ) | const |
Definition at line 47 of file deg_node_id.cc.
References STREQ.
| const char* blender::deg::IDNode::ComponentIDKey::name |
Definition at line 42 of file deg_node_id.hh.
| NodeType blender::deg::IDNode::ComponentIDKey::type |
Definition at line 41 of file deg_node_id.hh.