MeshLib C# Docs
Loading...
Searching...
No Matches
MR.UniqueThreadSafeOwner_MRAABBTree Class Reference

This class is base class for unique thread safe owning of some objects, for example AABBTree classes derived from this one should have function like getOrCreate Generated from class MR.UniqueThreadSafeOwner<MR.AABBTree>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.UniqueThreadSafeOwner_MRAABBTree:

Public Member Functions

unsafe UniqueThreadSafeOwner_MRAABBTree ()
 Constructs an empty (default-constructed) instance.
 
unsafe UniqueThreadSafeOwner_MRAABBTree (MR._ByValue_UniqueThreadSafeOwner_MRAABBTree _other)
 Generated from constructor MR.UniqueThreadSafeOwner<MR.AABBTree>::UniqueThreadSafeOwner.
 
 UniqueThreadSafeOwner_MRAABBTree (Const_UniqueThreadSafeOwner_MRAABBTree _other)
 Generated from constructor MR.UniqueThreadSafeOwner<MR.AABBTree>::UniqueThreadSafeOwner.
 
 UniqueThreadSafeOwner_MRAABBTree (UniqueThreadSafeOwner_MRAABBTree _other)
 Generated from constructor MR.UniqueThreadSafeOwner<MR.AABBTree>::UniqueThreadSafeOwner.
 
unsafe MR.UniqueThreadSafeOwner_MRAABBTree assign (MR._ByValue_UniqueThreadSafeOwner_MRAABBTree _other)
 Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::operator=.
 
unsafe void reset ()
 deletes owned object Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::reset.
 
unsafe MR.? AABBTree get ()
 returns existing owned object and does not create new one Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::get.
 
unsafe MR.AABBTree getOrCreate (MR.Std.Const_Function_MRAABBTreeFunc creator)
 returns existing owned object or creates new one using creator function Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::getOrCreate.
 
unsafe void update (MR.Std.Const_Function_VoidFuncFromMRAABBTreeRef updater)
 calls given updater for the owned object (if any) Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::update.
 

Detailed Description

This class is base class for unique thread safe owning of some objects, for example AABBTree classes derived from this one should have function like getOrCreate Generated from class MR.UniqueThreadSafeOwner<MR.AABBTree>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ UniqueThreadSafeOwner_MRAABBTree() [1/4]

unsafe MR.UniqueThreadSafeOwner_MRAABBTree.UniqueThreadSafeOwner_MRAABBTree ( )
inline

Constructs an empty (default-constructed) instance.

◆ UniqueThreadSafeOwner_MRAABBTree() [2/4]

unsafe MR.UniqueThreadSafeOwner_MRAABBTree.UniqueThreadSafeOwner_MRAABBTree ( MR._ByValue_UniqueThreadSafeOwner_MRAABBTree _other)
inline

Generated from constructor MR.UniqueThreadSafeOwner<MR.AABBTree>::UniqueThreadSafeOwner.

◆ UniqueThreadSafeOwner_MRAABBTree() [3/4]

MR.UniqueThreadSafeOwner_MRAABBTree.UniqueThreadSafeOwner_MRAABBTree ( Const_UniqueThreadSafeOwner_MRAABBTree _other)
inline

Generated from constructor MR.UniqueThreadSafeOwner<MR.AABBTree>::UniqueThreadSafeOwner.

◆ UniqueThreadSafeOwner_MRAABBTree() [4/4]

MR.UniqueThreadSafeOwner_MRAABBTree.UniqueThreadSafeOwner_MRAABBTree ( UniqueThreadSafeOwner_MRAABBTree _other)
inline

Generated from constructor MR.UniqueThreadSafeOwner<MR.AABBTree>::UniqueThreadSafeOwner.

Member Function Documentation

◆ assign()

unsafe MR.UniqueThreadSafeOwner_MRAABBTree MR.UniqueThreadSafeOwner_MRAABBTree.assign ( MR._ByValue_UniqueThreadSafeOwner_MRAABBTree _other)
inline

Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::operator=.

◆ get()

unsafe MR.? AABBTree MR.UniqueThreadSafeOwner_MRAABBTree.get ( )
inline

returns existing owned object and does not create new one Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::get.

◆ getOrCreate()

unsafe MR.AABBTree MR.UniqueThreadSafeOwner_MRAABBTree.getOrCreate ( MR.Std.Const_Function_MRAABBTreeFunc creator)
inline

returns existing owned object or creates new one using creator function Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::getOrCreate.

◆ reset()

unsafe void MR.UniqueThreadSafeOwner_MRAABBTree.reset ( )
inline

deletes owned object Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::reset.

◆ update()

unsafe void MR.UniqueThreadSafeOwner_MRAABBTree.update ( MR.Std.Const_Function_VoidFuncFromMRAABBTreeRef updater)
inline

calls given updater for the owned object (if any) Generated from method MR.UniqueThreadSafeOwner<MR.AABBTree>::update.


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