![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohoscommon_p.h>
Public Member Functions | |
| QOhosMutexProtectedValue () | |
| QOhosMutexProtectedValue (const QOhosMutexProtectedValue< T > &other)=delete | |
| QOhosMutexProtectedValue & | operator= (const QOhosMutexProtectedValue< T > &other)=delete |
| QOhosMutexProtectedValue (QOhosMutexProtectedValue< T > &&other)=delete | |
| QOhosMutexProtectedValue & | operator= (QOhosMutexProtectedValue< T > &&other)=delete |
| template<typename ProcessFunc> | |
| void | processValue (ProcessFunc &&processFunc) |
| template<typename EvalFunc> | |
| auto | evalWithValue (EvalFunc &&evalFunc) const -> decltype(evalFunc(std::declval< const T & >())) |
Definition at line 88 of file qohoscommon_p.h.
|
default |
|
delete |
|
delete |
| auto QOhosMutexProtectedValue< T >::evalWithValue | ( | EvalFunc && | evalFunc | ) | const -> decltype(evalFunc(std::declval< const T & >())) |
Definition at line 180 of file qohoscommon_p.h.
|
delete |
|
delete |
| void QOhosMutexProtectedValue< T >::processValue | ( | ProcessFunc && | processFunc | ) |
Definition at line 172 of file qohoscommon_p.h.