RequestId Class
class QNearFieldTarget::RequestIdA request id handle. More...
Public Functions
RequestId() | |
RequestId(const QNearFieldTarget::RequestId &other) | |
~RequestId() | |
bool | isValid() const |
int | refCount() const |
QNearFieldTarget::RequestId & | operator=(const QNearFieldTarget::RequestId &other) |
Member Function Documentation
RequestId::RequestId()
Constructs a new invalid request id handle.
RequestId::RequestId(const QNearFieldTarget::RequestId &other)
Constructs a new request id handle that is a copy of other.
[noexcept]
RequestId::~RequestId()
Destroys the request id handle.
bool RequestId::isValid() const
Returns true
if this is a valid request id; otherwise returns false
.
int RequestId::refCount() const
Returns the current reference count of the request id.
QNearFieldTarget::RequestId &RequestId::operator=(const QNearFieldTarget::RequestId &other)
Assigns a copy of other to this request id and returns a reference to this request id.
© 2024 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.