Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlrefcount_p.h File Reference

(4cdf0643b442a57b0cf0dcef104e71c0196dba06)

#include <QtCore/qglobal.h>
#include <QtCore/qatomic.h>
#include <private/qv4global_p.h>
+ Include dependency graph for qqmlrefcount_p.h:

Go to the source code of this file.

Classes

class  QQmlRefCount
 
class  QQmlRefCounted< T >
 
class  QQmlRefPointer< T >
 

Namespaces

namespace  QQml
 

Functions

template<typename T , typename ... Args>
QQmlRefPointer< T > QQml::makeRefPointer (Args &&... args)
 
template<typename T >
 Q_DECLARE_TYPEINFO_BODY (QQmlRefPointer< T >, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ Q_DECLARE_TYPEINFO_BODY()

template<typename T >
Q_DECLARE_TYPEINFO_BODY ( QQmlRefPointer< T > ,
Q_RELOCATABLE_TYPE  )