7 namespace artec {
namespace sdk {
namespace base
56 if (left.data_[i] == right.data_[i])
60 return left.data_[i] < right.data_[i];
ErrorCode ABASESDK_LINK_SPEC converStringtoUuid(Uuid *uuid, IString *string)
Convert string to Uuid.
friend ErrorCode generateUuid(Uuid *uuid)
Generate new UUID.
ErrorCode ABASESDK_LINK_SPEC convertUuidtoString(IString **string, const Uuid *uuid)
Convert Uuid to string.
friend ErrorCode convertUuidtoString(IString **string, const Uuid *uuid)
Convert Uuid to string.
ErrorCode ABASESDK_LINK_SPEC generateUuid(Uuid *uuid)
Generate new UUID.
Interface for string with smart reference counting.
Uuid()
Create empty UUID {00000000-0000-0000-0000-000000000000}.
static bool less(const Uuid &left, const Uuid &right)
Compare two UUIDs.
friend ErrorCode converStringtoUuid(Uuid *uuid, IString *string)
Convert string to Uuid.
#define ABASESDK_LINK_SPEC