Skyscraper 2.0
|
#include <XrUuid.h>
Public Member Functions | |
TypedUuid () noexcept=default | |
TypedUuid (const XrUuidMSFT &uuid) noexcept | |
TypedUuid & | operator= (const XrUuidMSFT &uuid) noexcept |
operator XrUuidMSFT () const noexcept | |
bool | operator== (const TypedUuid &other) const noexcept |
bool | operator!= (const TypedUuid &other) const noexcept |
bool | operator< (const TypedUuid &other) const noexcept |
Private Attributes | |
XrUuidMSFT | m_uuid |
|
defaultnoexcept |
|
inlineexplicitnoexcept |
|
inlineexplicitnoexcept |
Definition at line 48 of file XrUuid.h.
References xr::TypedUuid< Type >::m_uuid.
|
inlinenoexcept |
Definition at line 56 of file XrUuid.h.
References xr::TypedUuid< Type >::m_uuid.
|
inlinenoexcept |
Definition at line 60 of file XrUuid.h.
References xr::TypedUuid< Type >::m_uuid.
|
inlinenoexcept |
Definition at line 43 of file XrUuid.h.
References xr::TypedUuid< Type >::m_uuid.
|
inlinenoexcept |
Definition at line 52 of file XrUuid.h.
References xr::TypedUuid< Type >::m_uuid.
|
private |
Definition at line 65 of file XrUuid.h.
Referenced by xr::TypedUuid< Type >::operator XrUuidMSFT(), xr::TypedUuid< Type >::operator!=(), xr::TypedUuid< Type >::operator<(), xr::TypedUuid< Type >::operator=(), and xr::TypedUuid< Type >::operator==().