![]() |
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 171 of file qv4heap_p.h.
|
inline |
Definition at line 196 of file qv4heap_p.h.
Referenced by QV4::QV4QPointer< QObject >::operator QObject *(), and operator->().
|
inline |
Definition at line 188 of file qv4heap_p.h.
Referenced by operator=().
|
inline |
Definition at line 172 of file qv4heap_p.h.
|
inline |
Definition at line 178 of file qv4heap_p.h.
|
inlinenoexcept |
Definition at line 209 of file qv4heap_p.h.
|
inlinenoexcept |
Definition at line 214 of file qv4heap_p.h.
|
inline |
Definition at line 199 of file qv4heap_p.h.
|
inline |
Definition at line 200 of file qv4heap_p.h.
References data().
|
inline |
Definition at line 201 of file qv4heap_p.h.
References destroy().