◆ Atomic() [1/3]
◆ Atomic() [2/3]
◆ Atomic() [3/3]
◆ get()
| void* Atomic< void * >::get |
( |
| ) |
const |
|
noexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ set()
| void Atomic< void * >::set |
( |
void * |
newValue | ) |
|
|
noexcept |
◆ exchange()
| void* Atomic< void * >::exchange |
( |
void * |
v | ) |
|
|
noexcept |
◆ compareAndSetBool()
| bool Atomic< void * >::compareAndSetBool |
( |
void * |
newValue, |
|
|
void * |
valueToCompare |
|
) |
| |
|
noexcept |
◆ compareAndSetValue()
| void* Atomic< void * >::compareAndSetValue |
( |
void * |
newValue, |
|
|
void * |
valueToCompare |
|
) |
| |
|
noexcept |
◆ memoryBarrier()
| static void Atomic< void * >::memoryBarrier |
( |
| ) |
|
|
staticnoexcept |
The documentation for this class was generated from the following file: