|
Blender V4.3
|
Inherits blender::ImplicitSharingMixin.
Public Member Functions | |
| ImplicitSharingPtr< ImplicitlySharedData > | copy () const |
| void | delete_self () override |
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 |
Definition at line 13 of file BLI_implicit_sharing_test.cc.
|
inline |
Definition at line 15 of file BLI_implicit_sharing_test.cc.
|
inlineoverridevirtual |
Implements blender::ImplicitSharingMixin.
Definition at line 20 of file BLI_implicit_sharing_test.cc.