RequestId Class
class QNearFieldTarget::RequestIdA request id handle. More...
Public Functions
RequestId() | |
RequestId(RequestIdPrivate *p) | |
RequestId(const RequestId &other) | |
~RequestId() | |
bool | isValid() const |
int | refCount() const |
bool | operator!=(const RequestId &other) const |
bool | operator<(const RequestId &other) const |
RequestId & | operator=(const RequestId &other) |
bool | operator==(const RequestId &other) const |
Detailed Description
\inmodule
QtNfc
Member Function Documentation
RequestId::RequestId()
Constructs a new invalid request id handle.
RequestId::RequestId(RequestIdPrivate *p)
\internal
RequestId::RequestId(const 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.
bool RequestId::operator!=(const RequestId &other) const
\internal
bool RequestId::operator<(const RequestId &other) const
\internal
RequestId &RequestId::operator=(const RequestId &other)
Assigns a copy of other to this request id and returns a reference to this request id.
bool RequestId::operator==(const RequestId &other) const
\internal