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