Qt Container Classes
Table of Contents

Objectives

Understand the concept of containers
Know the difference between Java and STL styled APIs
Know the different container types
Be able to identify the best suited container type for your needs
Know the requirements for a type to be storable in a container
Be able to iterate of containers
Know the difference standard and mutable iterators
Be able to use the for each keyword on containers
Know the utility container algorithms offered by Qt
Understand the concept of implicit shared classes

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.