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 const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MutexOwner () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MutexOwner (MR._ByValue_MutexOwner _other) |
| Generated from constructor MR.MutexOwner.MutexOwner. | |
| Const_MutexOwner (Const_MutexOwner _other) | |
| Generated from constructor MR.MutexOwner.MutexOwner. | |
| Const_MutexOwner (MutexOwner _other) | |
| Generated from constructor MR.MutexOwner.MutexOwner. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
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 const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.MutexOwner.MutexOwner.
|
inline |
Generated from constructor MR.MutexOwner.MutexOwner.
|
inline |
Generated from constructor MR.MutexOwner.MutexOwner.
|
inlinevirtual |
|
inlineprotectedvirtual |