70 quid = QUuid::createUuid();
80 return quid.toString();
85 quid = QUuid(QString(strUuid));
90 quid = QUuid(strUuid);
115 return uuid.data1 ^ uuid.data2 ^ (uuid.data3 << 16) ^
116 ((uuid.data4[0] << 24) | (uuid.data4[1] << 16) | (uuid.data4[2] << 8) | uuid.data4[3]) ^
117 ((uuid.data4[4] << 24) | (uuid.data4[5] << 16) | (uuid.data4[6] << 8) | uuid.data4[7]);
void FromString(const char *strUuid)
bool operator!=(const OGenID &orig) const
friend size_t qHash(const OGenID &uid)
bool operator==(const OGenID &orig) const
friend class tympan::UuidAdapter
const QString toString() const
bool operator<(const OGenID &other) const
OGenID & operator=(const OGenID &other)
size_t qHash(QUuid &uuid)
Returns a hash of the QUuid For old version of Qt, imported from http://qt.gitorious....