|
Blender V5.0
|
#include <deg_node_component.hh>
Public Member Functions | |
| OperationIDKey ()=default | |
| OperationIDKey (const OperationCode opcode) | |
| OperationIDKey (const OperationCode opcode, const StringRef name, const int name_tag) | |
| BLI_STRUCT_EQUALITY_OPERATORS_3 (OperationIDKey, opcode, name_tag, name) | |
| uint64_t | hash () const |
Standard Component Methods | |
| std::string | identifier () const |
Public Attributes | |
| OperationCode | opcode = OperationCode::OPERATION |
| int | name_tag = -1 |
| StringRef | name = "" |
Definition at line 34 of file deg_node_component.hh.
|
default |
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_3().
|
inline |
Definition at line 40 of file deg_node_component.hh.
References opcode.
|
inline |
Definition at line 41 of file deg_node_component.hh.
| blender::deg::ComponentNode::OperationIDKey::BLI_STRUCT_EQUALITY_OPERATORS_3 | ( | OperationIDKey | , |
| opcode | , | ||
| name_tag | , | ||
| name | ) |
References name, name_tag, opcode, and OperationIDKey().
|
inline |
Definition at line 48 of file deg_node_component.hh.
References blender::get_default_hash(), name, name_tag, and opcode.
| std::string blender::deg::ComponentNode::OperationIDKey::identifier | ( | ) | const |
Definition at line 30 of file deg_node_component.cc.
Referenced by blender::deg::ComponentNode::get_operation().
| StringRef blender::deg::ComponentNode::OperationIDKey::name = "" |
Definition at line 37 of file deg_node_component.hh.
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_3(), blender::deg::ComponentNode::find_operation(), hash(), identifier(), and OperationIDKey().
| int blender::deg::ComponentNode::OperationIDKey::name_tag = -1 |
Definition at line 36 of file deg_node_component.hh.
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_3(), blender::deg::ComponentNode::find_operation(), hash(), and OperationIDKey().
| OperationCode blender::deg::ComponentNode::OperationIDKey::opcode = OperationCode::OPERATION |
Definition at line 35 of file deg_node_component.hh.
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_3(), blender::deg::ComponentNode::find_operation(), hash(), identifier(), OperationIDKey(), and OperationIDKey().