Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpointer.h File Reference

(51cd57116b7465f732253d3f38a2dd78fc704088)

#include <QtCore/qcompare.h>
#include <QtCore/qsharedpointer.h>
#include <QtCore/qtypeinfo.h>
Include dependency graph for qpointer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPointer< T >

Functions

template<class T>
 Q_DECLARE_TYPEINFO_BODY (QPointer< T >, Q_RELOCATABLE_TYPE)
template<typename T>
QPointer< T > qPointerFromVariant (const QVariant &variant)

Function Documentation

◆ Q_DECLARE_TYPEINFO_BODY()

template<class T>
Q_DECLARE_TYPEINFO_BODY ( QPointer< T > ,
Q_RELOCATABLE_TYPE  )

◆ qPointerFromVariant()

template<typename T>
QPointer< T > qPointerFromVariant ( const QVariant & variant)

Definition at line 115 of file qpointer.h.