Blender V4.3
blender::deg::IDNode::ComponentIDKey Struct Reference

#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
 

Detailed Description

Definition at line 36 of file deg_node_id.hh.

Constructor & Destructor Documentation

◆ ComponentIDKey()

blender::deg::IDNode::ComponentIDKey::ComponentIDKey ( NodeType type,
const char * name = "" )

Definition at line 45 of file deg_node_id.cc.

Member Function Documentation

◆ hash()

uint64_t blender::deg::IDNode::ComponentIDKey::hash ( ) const

◆ operator==()

bool blender::deg::IDNode::ComponentIDKey::operator== ( const ComponentIDKey & other) const

Definition at line 47 of file deg_node_id.cc.

References STREQ.

Member Data Documentation

◆ name

const char* blender::deg::IDNode::ComponentIDKey::name

Definition at line 42 of file deg_node_id.hh.

◆ type

NodeType blender::deg::IDNode::ComponentIDKey::type

Definition at line 41 of file deg_node_id.hh.


The documentation for this struct was generated from the following files: