![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgst_p.h>
Public Member Functions | |
QLatin1StringView | asStringView () const |
QByteArrayView | asByteArrayView () const |
QString | toQString () const |
bool | operator== (const QGString &str) const |
bool | operator== (const QLatin1StringView str) const |
bool | operator== (const QByteArrayView str) const |
bool | operator!= (const QGString &str) const |
bool | operator!= (const QLatin1StringView str) const |
bool | operator!= (const QByteArrayView str) const |
operator QByteArrayView () const | |
operator QByteArray () const | |
Public Member Functions inherited from QUniqueHandle< QGstImpl::QUniqueGStringHandleTraits > | |
QUniqueHandle ()=default | |
QUniqueHandle (const Type &handle) noexcept | |
QUniqueHandle (QUniqueHandle &&other) noexcept | |
~QUniqueHandle () noexcept | |
void | swap (QUniqueHandle &other) noexcept |
QUniqueHandle (const QUniqueHandle &)=delete | |
QUniqueHandle & | operator= (const QUniqueHandle &)=delete |
bool | isValid () const noexcept |
operator bool () const noexcept | |
Type | get () const noexcept |
void | reset (const Type &handle=QGstImpl::QUniqueGStringHandleTraits::invalidValue()) noexcept |
Type | release () noexcept |
Type * | operator& () noexcept |
void | close () noexcept |
Friends | |
bool | operator< (const QGString &lhs, const QGString &rhs) |
bool | operator< (const QGString &lhs, const QLatin1StringView rhs) |
bool | operator< (const QGString &lhs, const QByteArrayView rhs) |
bool | operator< (const QLatin1StringView lhs, const QGString &rhs) |
bool | operator< (const QByteArrayView lhs, const QGString &rhs) |
Additional Inherited Members | |
Public Types inherited from QUniqueHandle< QGstImpl::QUniqueGStringHandleTraits > | |
using | Type |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |