![]() |
VR-Link API Documentation for HLA 1516
|
Convenience class for scoped locking. More...
Public Member Functions | |
| DtScopedParallelExecutionLock () | |
| Constructs a DtScopedParallelExecutionLock and locks it. | |
| ~DtScopedParallelExecutionLock () | |
| Destructor, which will unlock if locked. | |
Private Member Functions | |
| DtScopedParallelExecutionLock (const DtScopedParallelExecutionLock &) | |
| Ensures non-copyable. | |
| DtScopedParallelExecutionLock & | operator= (const DtScopedParallelExecutionLock &) |
Convenience class for scoped locking.
|
inlineexplicit |
Constructs a DtScopedParallelExecutionLock and locks it.
References DtLockParallelExecutionAccess().
|
inline |
Destructor, which will unlock if locked.
References DtUnlockParallelExecutionAccess().
|
private |
Ensures non-copyable.
|
private |