RequestId Class
class QNearFieldTarget::RequestId요청 ID 핸들입니다. 더 보기...
공용 함수
RequestId() | |
RequestId(const QNearFieldTarget::RequestId &other) | |
~RequestId() | |
bool | isValid() const |
int | refCount() const |
QNearFieldTarget::RequestId & | operator=(const QNearFieldTarget::RequestId &other) |
멤버 함수 문서
RequestId::RequestId()
새 유효하지 않은 요청 ID 핸들을 생성합니다.
RequestId::RequestId(const QNearFieldTarget::RequestId &other)
other 의 복사본인 새 요청 ID 핸들을 생성합니다.
[noexcept]
RequestId::~RequestId()
요청 ID 핸들을 삭제합니다.
bool RequestId::isValid() const
유효한 요청 ID인 경우 true
를 반환하고, 그렇지 않으면 false
을 반환합니다.
int RequestId::refCount() const
요청 ID의 현재 참조 개수를 반환합니다.
QNearFieldTarget::RequestId &RequestId::operator=(const QNearFieldTarget::RequestId &other)
other 의 복사본을 이 요청 ID에 할당하고 이 요청 ID에 대한 참조를 반환합니다.
© 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.