Class UUID

Class Documentation

class UUID

Public Functions

UUID()
UUID(char const *strRep)
~UUID()
bool operator!=(const UUID &other) const
void Generate()
char *ToString(char *strRepBuffer, uint32_t *bufferLen) const

Public Static Attributes

static constexpr uint32_t STR_LEN = 37

Protected Functions

char *ToStringImpl(char *strRepBuffer) const

Protected Attributes

uint64_t mLow
uint64_t mHigh