MDL SDK API nvidia_logo_transpbg.gif Up
mi::base::Uuid Struct Reference

A 128 bit representation of a universally unique identifier (UUID or GUID). More...

#include <uuid.h>

Public Attributes

Uint32 m_id1
 First value. More...
 
Uint32 m_id2
 Second value. More...
 
Uint32 m_id3
 Third value. More...
 
Uint32 m_id4
 Fourth value. More...
 

Detailed Description

A 128 bit representation of a universally unique identifier (UUID or GUID).

A UUID is represented as a sequence of four mi::Uint32 values. It supports all comparison operators and an mi::base::uuid_hash32() function.