|
Blender
V2.93
|
#include <deg_node_id.h>
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 52 of file deg_node_id.h.
| blender::deg::IDNode::ComponentIDKey::ComponentIDKey | ( | NodeType | type, |
| const char * | name = "" |
||
| ) |
Definition at line 60 of file deg_node_id.cc.
| uint64_t blender::deg::IDNode::ComponentIDKey::hash | ( | ) | const |
Definition at line 69 of file deg_node_id.cc.
References BLI_ghashutil_combine_hash(), BLI_ghashutil_strhash_p(), BLI_ghashutil_uinthash(), blender::deg::Node::name, and blender::deg::Node::type.
| bool blender::deg::IDNode::ComponentIDKey::operator== | ( | const ComponentIDKey & | other | ) | const |
Definition at line 64 of file deg_node_id.cc.
References blender::deg::Node::name, name, STREQ, blender::deg::Node::type, and type.
| const char* blender::deg::IDNode::ComponentIDKey::name |
Definition at line 58 of file deg_node_id.h.
Referenced by operator==().
| NodeType blender::deg::IDNode::ComponentIDKey::type |
Definition at line 57 of file deg_node_id.h.
Referenced by operator==().