Jamba C++ API
5.0.0
|
#include <SpinLock.h>
Public Member Functions | |
Lock (Lock &&iLock) noexcept | |
Lock (Lock const &)=delete | |
Lock & | operator= (Lock const &)=delete |
~Lock () | |
This will automatically release the lock. More... | |
Private Member Functions | |
Lock (SpinLock *iSpinLock) | |
Private Attributes | |
SpinLock * | fSpinLock |
Friends | |
class | SpinLock |
|
inline |
This will automatically release the lock.
|
friend |
|
private |