A request id handle. 更多...
RequestId () | |
RequestId (const QNearFieldTarget::RequestId & other ) | |
~RequestId () | |
bool | isValid () const |
int | refCount () const |
QNearFieldTarget::RequestId & | operator= (const QNearFieldTarget::RequestId & other ) |
Constructs a new invalid request id handle.
Constructs a new request id handle that is a copy of other .
[noexcept]
RequestId::
~RequestId
()
Destroys the request id handle.
返回
true
if this is a valid request id; otherwise returns
false
.
Returns the current reference count of the request id.
赋值副本为 other to this request id and returns a reference to this request id.