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

This class exists to provide copy and move constructors and assignment operations for std.mutex which actually does nothing Generated from class MR.MutexOwner. This is the non-const half of the class. More...

+ Inheritance diagram for MR.MutexOwner:

Public Member Functions

unsafe MutexOwner ()
 Constructs an empty (default-constructed) instance.
 
unsafe MutexOwner (MR._ByValue_MutexOwner _other)
 Generated from constructor MR.MutexOwner.MutexOwner.
 
 MutexOwner (Const_MutexOwner _other)
 Generated from constructor MR.MutexOwner.MutexOwner.
 
 MutexOwner (MutexOwner _other)
 Generated from constructor MR.MutexOwner.MutexOwner.
 
unsafe MR.MutexOwner assign (MR._ByValue_MutexOwner _other)
 Generated from method MR.MutexOwner.operator=.
 

Detailed Description

This class exists to provide copy and move constructors and assignment operations for std.mutex which actually does nothing Generated from class MR.MutexOwner. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ MutexOwner() [1/4]

unsafe MR.MutexOwner.MutexOwner ( )
inline

Constructs an empty (default-constructed) instance.

◆ MutexOwner() [2/4]

unsafe MR.MutexOwner.MutexOwner ( MR._ByValue_MutexOwner _other)
inline

Generated from constructor MR.MutexOwner.MutexOwner.

◆ MutexOwner() [3/4]

MR.MutexOwner.MutexOwner ( Const_MutexOwner _other)
inline

Generated from constructor MR.MutexOwner.MutexOwner.

◆ MutexOwner() [4/4]

MR.MutexOwner.MutexOwner ( MutexOwner _other)
inline

Generated from constructor MR.MutexOwner.MutexOwner.

Member Function Documentation

◆ assign()

unsafe MR.MutexOwner MR.MutexOwner.assign ( MR._ByValue_MutexOwner _other)
inline

Generated from method MR.MutexOwner.operator=.


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