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
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
 ~QQmlRefPointer ()
void swap (QQmlRefPointer &other) noexcept
QQmlRefPointer< const QQmlPropertyCache > & operator= (const QQmlRefPointer< const QQmlPropertyCache > &o)
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.

◆ operator=() [2/2]

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

Definition at line 132 of file qqmlpropertycache_p.h.


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