|
Blender V5.0
|
Inherits blender::ImplicitSharingInfo.
Public Member Functions | |
| SingleImplicitSharingData (void *data, const CPPType &type) | |
| Public Member Functions inherited from blender::ImplicitSharingInfo | |
| virtual | ~ImplicitSharingInfo () |
| bool | is_mutable () const |
| bool | is_expired () const |
| void | add_user () const |
| void | add_weak_user () const |
| void | tag_ensured_mutable () const |
| int64_t | version () const |
| int | strong_users () const |
| void | remove_user_and_delete_if_last () const |
| void | remove_weak_user_and_delete_if_last () const |
Public Attributes | |
| const CPPType & | type |
| void * | data |
Definition at line 80 of file geometry_nodes_list.cc.
|
inline |
Definition at line 85 of file geometry_nodes_list.cc.
| void* blender::nodes::SingleImplicitSharingData::data |
Definition at line 83 of file geometry_nodes_list.cc.
Referenced by SingleImplicitSharingData().
| const CPPType& blender::nodes::SingleImplicitSharingData::type |
Definition at line 82 of file geometry_nodes_list.cc.
Referenced by SingleImplicitSharingData().