IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Implicitly Shared Classes

How to maximize resource usage by implicit data sharing.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Implicitly Shared Classes

These Qt Core classes provides a safe and efficient way of sharing and manipulating data by implicitly sharing data.

  • QByteArrayList: The QByteArrayList class provides a list of byte arrays.

  • QContiguousCache: The QContiguousCache class is a template class that provides a contiguous cache.

  • QHash: The QHash class is a template class that provides a hash-table-based dictionary.

  • QLinkedList: The QLinkedList class is a template class that provides linked lists.

  • QList: The QList class is a template class that provides lists.

  • QMap: The QMap class is a template class that provides a red-black-tree-based dictionary.

  • QQueue: The QQueue class is a generic container that provides a queue.

  • QSet: The QSet class is a template class that provides a hash-table-based set.

  • QStack: The QStack class is a template class that provides a stack.

  • QStringList: The QStringList class provides a list of strings.

  • QVector: The QVector class is a template class that provides a dynamic array.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+