QtContacts Namespace
Functions
size_t | qHash(const QtContacts::QContactId &id) |
size_t | qHash(const QtContacts::QContactCollectionId &id) |
bool | operator<(const QtContacts::QContactId &id1, const QtContacts::QContactId &id2) |
bool | operator<(const QtContacts::QContactCollectionId &id1, const QtContacts::QContactCollectionId &id2) |
Function Documentation
size_t qHash(const QtContacts::QContactId &id)
Returns the hash value for id.
size_t qHash(const QtContacts::QContactCollectionId &id)
Returns the hash value for id.
bool operator<(const QtContacts::QContactId &id1, const QtContacts::QContactId &id2)
Returns true if the contact ID id1 will be considered less than the contact ID id2 if the manager URI of ID id1 is alphabetically less than the manager URI of the id2 ID. If both IDs have the same manager URI, ID id1 will be considered less than the ID id2 if the the engine specific ID of id1 is less than the engine specific ID of id2.
The invalid, null contact ID consists of an empty manager URI and a null engine ID, and hence will be less than any valid, non-null contact ID.
This operator is provided primarily to allow use of a QContactId as a key in a QMap.
bool operator<(const QtContacts::QContactCollectionId &id1, const QtContacts::QContactCollectionId &id2)
Returns true if the collection ID id1 will be considered less than the collection ID id2 if the manager URI of ID id1 is alphabetically less than the manager URI of the id2 ID. If both IDs have the same manager URI, ID id1 will be considered less than the ID id2 if the the engine specific ID of id1 is less than the engine specific ID of id2.
The invalid, null collection ID consists of an empty manager URI and a null engine ID, and hence will be less than any valid, non-null collection ID.
This operator is provided primarily to allow use of a QContactCollectionId as a key in a QMap.