|
Blender V5.0
|
#include <deg_node_id.hh>
Public Member Functions | |
| ComponentIDKey (NodeType type, StringRef name="") | |
| BLI_STRUCT_EQUALITY_OPERATORS_2 (ComponentIDKey, type, name) | |
| uint64_t | hash () const |
Public Attributes | |
| NodeType | type |
| StringRef | name |
Definition at line 40 of file deg_node_id.hh.
Definition at line 45 of file deg_node_id.hh.
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_2().
| blender::deg::IDNode::ComponentIDKey::BLI_STRUCT_EQUALITY_OPERATORS_2 | ( | ComponentIDKey | , |
| type | , | ||
| name | ) |
References ComponentIDKey(), name, and type.
|
inline |
Definition at line 47 of file deg_node_id.hh.
References blender::get_default_hash(), name, and type.
| StringRef blender::deg::IDNode::ComponentIDKey::name |
Definition at line 43 of file deg_node_id.hh.
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_2(), ComponentIDKey(), and hash().
| NodeType blender::deg::IDNode::ComponentIDKey::type |
Definition at line 42 of file deg_node_id.hh.
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_2(), ComponentIDKey(), and hash().