Blender V5.0
blender::tests::SharedDataContainer Class Reference

Public Member Functions

 SharedDataContainer ()
const ImplicitSharingInfosharing_info () const
const ImplicitlySharedDataget_for_read () const
ImplicitlySharedDataget_for_write ()

Detailed Description

Definition at line 26 of file BLI_implicit_sharing_test.cc.

Constructor & Destructor Documentation

◆ SharedDataContainer()

blender::tests::SharedDataContainer::SharedDataContainer ( )
inline

Definition at line 31 of file BLI_implicit_sharing_test.cc.

Member Function Documentation

◆ get_for_read()

const ImplicitlySharedData * blender::tests::SharedDataContainer::get_for_read ( ) const
inline

Definition at line 38 of file BLI_implicit_sharing_test.cc.

Referenced by blender::tests::TEST(), and blender::tests::TEST().

◆ get_for_write()

ImplicitlySharedData * blender::tests::SharedDataContainer::get_for_write ( )
inline

Definition at line 43 of file BLI_implicit_sharing_test.cc.

Referenced by blender::tests::TEST(), and blender::tests::TEST().

◆ sharing_info()

const ImplicitSharingInfo * blender::tests::SharedDataContainer::sharing_info ( ) const
inline

Definition at line 33 of file BLI_implicit_sharing_test.cc.

Referenced by blender::tests::TEST(), and blender::tests::TEST().


The documentation for this class was generated from the following file: