public nothrow | Uuid() |
public nothrow | Uuid(ulong leftHalf, ulong rightHalf) |
public inline nothrow byte* | Begin() |
public inline nothrow const byte* | Begin() const |
public inline nothrow const byte* | CBegin() const |
public inline nothrow const byte* | CEnd() const |
public inline nothrow byte* | End() |
public inline nothrow const byte* | End() const |
public nothrow ulong | LeftHalf() const |
public static nothrow Uuid | Random() |
public nothrow ulong | RightHalf() const |
public typedef ConstIterator | const byte* |
public typedef Iterator | byte* |
public const long | size = 16 |
public byte[16] | data |