![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <shared_copy_on_write.h>
Public Member Functions | |
| SharedCopyOnWrite ()=default | |
| SharedCopyOnWrite (const SharedCopyOnWrite &other) | |
| ~SharedCopyOnWrite ()=default | |
| template<typename... Args> | |
| ObjClass * | Emplace (Args... params) |
| SharedCopyOnWrite & | operator= (const SharedCopyOnWrite &that) |
| void | SetNull () |
| const ObjClass * | GetObject () const |
| template<typename... Args> | |
| ObjClass * | GetPrivateCopy (Args... params) |
| bool | operator== (const SharedCopyOnWrite &that) const |
| bool | operator!= (const SharedCopyOnWrite &that) const |
| operator bool () const | |
Definition at line 21 of file shared_copy_on_write.h.
|
default |
|
inline |
Definition at line 24 of file shared_copy_on_write.h.
|
default |
|
inline |
Definition at line 29 of file shared_copy_on_write.h.
|
inline |
Definition at line 41 of file shared_copy_on_write.h.
|
inline |
Definition at line 44 of file shared_copy_on_write.h.
|
inlineexplicit |
Definition at line 58 of file shared_copy_on_write.h.
|
inline |
Definition at line 55 of file shared_copy_on_write.h.
|
inline |
Definition at line 34 of file shared_copy_on_write.h.
|
inline |
Definition at line 52 of file shared_copy_on_write.h.
|
inline |
Definition at line 40 of file shared_copy_on_write.h.