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...
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=. | |
| Public Member Functions inherited from MR.Const_MutexOwner | |
| 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. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_MutexOwner | |
| 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 non-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.
|
inline |
Generated from method MR::MutexOwner::operator=.