|
swift
|
This is the complete list of members for swift::misc::LockFree< T >, including all inherited members.
| LockFree()=default | swift::misc::LockFree< T > | |
| LockFree(const T &other) | swift::misc::LockFree< T > | inline |
| LockFree(T &&other) noexcept(std::is_nothrow_move_assignable_v< T >) | swift::misc::LockFree< T > | inline |
| LockFree(const LockFree &)=delete | swift::misc::LockFree< T > | |
| LockFree(LockFree &&)=delete | swift::misc::LockFree< T > | |
| operator=(const LockFree &)=delete | swift::misc::LockFree< T > | |
| operator=(LockFree &&)=delete | swift::misc::LockFree< T > | |
| read() const | swift::misc::LockFree< T > | inline |
| read(F &&inspector) | swift::misc::LockFree< T > | inline |
| sharedWrite() | swift::misc::LockFree< T > | inline |
| sharedWrite(F &&mutator) | swift::misc::LockFree< T > | inline |
| uniqueWrite() | swift::misc::LockFree< T > | inline |
| uniqueWrite(F &&mutator) | swift::misc::LockFree< T > | inline |