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.