Id128Bytes Union

union QUuid::Id128Bytes

이 조합은 Qt 6.6에서 도입되었습니다.

(since 6.6) QUuid::Id128Bytes qFromBigEndian(QUuid::Id128Bytes src)
(since 6.6) QUuid::Id128Bytes qFromLittleEndian(QUuid::Id128Bytes src)
(since 6.6) QUuid::Id128Bytes qToBigEndian(QUuid::Id128Bytes src)
(since 6.6) QUuid::Id128Bytes qToLittleEndian(QUuid::Id128Bytes src)

자세한 설명

이 사소한 구조체는 128비트(16바이트) 크기이며 UUID의 이진 표현을 보관합니다. memcpy() 애플리케이션은 이 구조체의 내용을 128비트 값을 사용하는 다른 많은 라이브러리의 UUID 또는 GUID 구조체와 주고받을 수 있습니다.

관련 비회원

[since 6.6] QUuid::Id128Bytes qFromBigEndian(QUuid::Id128Bytes src)

이 함수는 오버로드된 함수입니다.

src 를 빅 엔디안 바이트 순서에서 변환하고 호스트 바이트 순서로 UUID의 이진 표현을 포함하는 구조체를 반환합니다.

이 함수는 Qt 6.6에 도입되었습니다.

<QtEndian>참조하십시오 .

[since 6.6] QUuid::Id128Bytes qFromLittleEndian(QUuid::Id128Bytes src)

이 함수는 오버로드된 함수입니다.

src 을 리틀 엔디안 바이트 순서에서 변환하고 호스트 바이트 순서로 UUID의 이진 표현을 포함하는 구조체를 반환합니다.

이 함수는 Qt 6.6에 도입되었습니다.

<QtEndian>참조하십시오 .

[since 6.6] QUuid::Id128Bytes qToBigEndian(QUuid::Id128Bytes src)

이 함수는 오버로드된 함수입니다.

src 을 호스트 바이트 순서에서 변환하고 빅 엔디안 바이트 순서로 UUID의 이진 표현을 포함하는 구조체를 반환합니다.

이 함수는 Qt 6.6에 도입되었습니다.

<QtEndian>참조하십시오 .

[since 6.6] QUuid::Id128Bytes qToLittleEndian(QUuid::Id128Bytes src)

이 함수는 오버로드된 함수입니다.

src 를 호스트 바이트 순서에서 변환하고 UUID의 이진 표현을 리틀 엔디안 바이트 순서로 보관하는 구조체를 반환합니다.

이 함수는 Qt 6.6에 도입되었습니다.

<QtEndian>참조하십시오 .

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