RequestId Class

class QNearFieldTarget::RequestId

A request id handle. More...

Public Functions

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

Detailed Description

Member Function Documentation

RequestId::RequestId(const RequestId &other)

Constructs a new request id handle that is a copy of other.

RequestId::RequestId()

Constructs a new invalid request id handle.

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

Assigns a copy of other to this request id and returns a reference to this request id.

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.

© 2023 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.