RequestId Class

class QNearFieldTarget::RequestId

Ein Anfrage-ID-Handle. Mehr...

Öffentliche Funktionen

RequestId()
RequestId(const QNearFieldTarget::RequestId &other)
~RequestId()
bool isValid() const
int refCount() const
QNearFieldTarget::RequestId &operator=(const QNearFieldTarget::RequestId &other)

Detaillierte Beschreibung

Dokumentation der Mitgliedsfunktionen

RequestId::RequestId()

Konstruiert ein neues Handle für eine ungültige Anfrage-ID.

RequestId::RequestId(const QNearFieldTarget::RequestId &other)

Konstruiert ein neues Request-ID-Handle, das eine Kopie von other ist.

[noexcept] RequestId::~RequestId()

Zerstört das Handle der Anfrage-ID.

bool RequestId::isValid() const

Gibt true zurück, wenn dies eine gültige Anforderungs-ID ist; andernfalls wird false zurückgegeben.

int RequestId::refCount() const

Gibt die aktuelle Anzahl der Verweise auf die Anfrage-ID zurück.

QNearFieldTarget::RequestId &RequestId::operator=(const QNearFieldTarget::RequestId &other)

Weist dieser Anfrage-ID eine Kopie von other zu und gibt einen Verweis auf diese Anfrage-ID zurück.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.