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
QCFString Class Reference

#include <qcore_mac_p.h>

+ Inheritance diagram for QCFString:
+ Collaboration diagram for QCFString:

Public Member Functions

Q_NODISCARD_CTOR QCFString (const QString &str)
 
Q_NODISCARD_CTOR QCFString (const CFStringRef cfstr=0)
 
Q_NODISCARD_CTOR QCFString (const QCFType< CFStringRef > &other)
 
Q_CORE_EXPORT operator QString () const
 
Q_CORE_EXPORT operator CFStringRef () const
 
- Public Member Functions inherited from QCFType< CFStringRef >
Q_NODISCARD_CTOR QCFType (CFTypeRef r)
 
X as () const
 
- Public Member Functions inherited from QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >
Q_NODISCARD_CTOR QAppleRefCounted ()
 
Q_NODISCARD_CTOR QAppleRefCounted (const T &t)
 
Q_NODISCARD_CTOR QAppleRefCounted (T &&t) noexcept(std::is_nothrow_move_constructible< T >::value)
 
Q_NODISCARD_CTOR QAppleRefCounted (QAppleRefCounted &&other) noexcept(std::is_nothrow_move_assignable< T >::value &&std::is_nothrow_move_constructible< T >::value)
 
Q_NODISCARD_CTOR QAppleRefCounted (const QAppleRefCounted &other)
 
 ~QAppleRefCounted ()
 
 operator T () const
 
void swap (QAppleRefCounted &other) noexcept(noexcept(qSwap(value, other.value)))
 
QAppleRefCountedoperator= (const QAppleRefCounted &other)
 
QAppleRefCountedoperator= (QAppleRefCounted &&other) noexcept(std::is_nothrow_move_assignable< T >::value &&std::is_nothrow_move_constructible< T >::value)
 
T * operator& ()
 

Additional Inherited Members

- Static Public Member Functions inherited from QCFType< CFStringRef >
static QCFType constructFromGet (const CFStringRef &t)
 
- Protected Attributes inherited from QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >
value
 

Detailed Description

Definition at line 172 of file qcore_mac_p.h.

Constructor & Destructor Documentation

◆ QCFString() [1/3]

Q_NODISCARD_CTOR QCFString::QCFString ( const QString & str)
inline

Definition at line 176 of file qcore_mac_p.h.

◆ QCFString() [2/3]

Q_NODISCARD_CTOR QCFString::QCFString ( const CFStringRef cfstr = 0)
inline

Definition at line 177 of file qcore_mac_p.h.

◆ QCFString() [3/3]

Q_NODISCARD_CTOR QCFString::QCFString ( const QCFType< CFStringRef > & other)
inline

Definition at line 178 of file qcore_mac_p.h.

Member Function Documentation

◆ operator CFStringRef()

QCFString::operator CFStringRef ( ) const

Definition at line 79 of file qcore_mac.mm.

◆ operator QString()

QT_BEGIN_NAMESPACE QCFString::operator QString ( ) const

Definition at line 72 of file qcore_mac.mm.


The documentation for this class was generated from the following files: