![]() |
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 168 of file qv4heap_p.h.
|
inline |
Definition at line 193 of file qv4heap_p.h.
Referenced by QV4::QV4QPointer< QObject >::operator QObject *(), and operator->().
|
inline |
Definition at line 185 of file qv4heap_p.h.
Referenced by operator=().
|
inline |
Definition at line 169 of file qv4heap_p.h.
|
inline |
Definition at line 175 of file qv4heap_p.h.
|
inlinenoexcept |
Definition at line 206 of file qv4heap_p.h.
|
inlinenoexcept |
Definition at line 211 of file qv4heap_p.h.
|
inline |
Definition at line 196 of file qv4heap_p.h.
|
inline |
Definition at line 197 of file qv4heap_p.h.
References data().
|
inline |
Definition at line 198 of file qv4heap_p.h.
References destroy().