A class that can be used in place of a real CriticalSection object, but which doesn't perform any locking.
More...
A class that can be used in place of a real CriticalSection object, but which doesn't perform any locking.
This is currently used by some templated classes, and most compilers should manage to optimise it out of existence.
- See also
- CriticalSection, Array, OwnedArray, ReferenceCountedArray
A dummy scoped-unlocker type to use with a dummy critical section.
| DummyCriticalSection::DummyCriticalSection |
( |
| ) |
|
|
noexcept |
| DummyCriticalSection::~DummyCriticalSection |
( |
| ) |
|
|
noexcept |
| void DummyCriticalSection::enter |
( |
| ) |
const |
|
noexcept |
| bool DummyCriticalSection::tryEnter |
( |
| ) |
const |
|
noexcept |
| void DummyCriticalSection::exit |
( |
| ) |
const |
|
noexcept |
The documentation for this class was generated from the following file: