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
QQmlPropertyCache::ConstPtr Struct Reference

#include <qqmlpropertycache_p.h>

+ Inheritance diagram for QQmlPropertyCache::ConstPtr:
+ Collaboration diagram for QQmlPropertyCache::ConstPtr:

Public Member Functions

 ConstPtr (const Ptr &ptr)
 
 ConstPtr (Ptr &&ptr)
 
ConstPtroperator= (const Ptr &ptr)
 
ConstPtroperator= (Ptr &&ptr)
 
- Public Member Functions inherited from QQmlRefPointer< const QQmlPropertyCache >
Q_NODISCARD_CTOR QQmlRefPointer () noexcept
 
Q_NODISCARD_CTOR QQmlRefPointer (const QQmlPropertyCache *, Mode m=AddRef)
 
Q_NODISCARD_CTOR QQmlRefPointer (const QQmlRefPointer &)
 
Q_NODISCARD_CTOR QQmlRefPointer (QQmlRefPointer &&) noexcept
 
 ~QQmlRefPointer ()
 
void swap (QQmlRefPointer &other) noexcept
 
QQmlRefPointer< const QQmlPropertyCache > & operator= (const QQmlRefPointer< const QQmlPropertyCache > &o)
 
QQmlRefPointer< const QQmlPropertyCache > & operator= (QQmlRefPointer< const QQmlPropertyCache > &&o) noexcept
 
bool isNull () const
 
const QQmlPropertyCacheoperator-> () const
 
const QQmlPropertyCacheoperator* () const
 
 operator bool () const
 
const QQmlPropertyCachedata () const
 
QQmlRefPointer< const QQmlPropertyCache > & adopt (const QQmlPropertyCache *)
 Takes ownership of other.
 
const QQmlPropertyCachetake ()
 
void reset (const QQmlPropertyCache *t=nullptr)
 

Additional Inherited Members

- Public Types inherited from QQmlRefPointer< const QQmlPropertyCache >
enum  Mode
 

Detailed Description

Definition at line 125 of file qqmlpropertycache_p.h.

Constructor & Destructor Documentation

◆ ConstPtr() [1/2]

QQmlPropertyCache::ConstPtr::ConstPtr ( const Ptr & ptr)
inline

Definition at line 129 of file qqmlpropertycache_p.h.

◆ ConstPtr() [2/2]

QQmlPropertyCache::ConstPtr::ConstPtr ( Ptr && ptr)
inline

Definition at line 130 of file qqmlpropertycache_p.h.

Member Function Documentation

◆ operator=() [1/2]

ConstPtr & QQmlPropertyCache::ConstPtr::operator= ( const Ptr & ptr)
inline

Definition at line 131 of file qqmlpropertycache_p.h.

References operator=(), and ptr().

Referenced by operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator=() [2/2]

ConstPtr & QQmlPropertyCache::ConstPtr::operator= ( Ptr && ptr)
inline

Definition at line 132 of file qqmlpropertycache_p.h.

References operator=(), and ptr().

Referenced by operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: