![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4heap_p.h>
Public Member Functions | |
| void | init () |
| void | init (T *o) |
| void | destroy () |
| T * | data () const |
| operator T* () const | |
| T * | operator-> () const |
| QV4QPointer & | operator= (T *o) |
| bool | isNull () const noexcept |
| bool | isValid () const noexcept |
Definition at line 169 of file qv4heap_p.h.
|
inline |
Definition at line 194 of file qv4heap_p.h.
Referenced by QV4::QV4QPointer< QObject >::operator QObject *(), and operator->().
|
inline |
Definition at line 186 of file qv4heap_p.h.
Referenced by operator=().
|
inline |
Definition at line 170 of file qv4heap_p.h.
|
inline |
Definition at line 176 of file qv4heap_p.h.
|
inlinenoexcept |
Definition at line 207 of file qv4heap_p.h.
|
inlinenoexcept |
Definition at line 212 of file qv4heap_p.h.
|
inline |
Definition at line 197 of file qv4heap_p.h.
|
inline |
Definition at line 198 of file qv4heap_p.h.
References data().
|
inline |
Definition at line 199 of file qv4heap_p.h.
References destroy().