Table of Contents
[ fromfile: generics.xml id: generics ]
Abstract
This chapter covers more deeply the subject of generics. Generics are classes and functions that can operate just as easily on objects as on primitive types. Qt container classes are generic, template based classes, and we show the use of lists, sets, and maps. This chapter also discusses overloaded operators, managed containers, and implicit sharing.
Generated: 2012-03-02 | © 2012 Alan Ezust and Paul Ezust. |