Introducing QArrayDataPointer
authorJoão Abecasis <joao.abecasis@nokia.com>
Wed, 2 Nov 2011 11:10:17 +0000 (12:10 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Dec 2011 16:35:40 +0000 (17:35 +0100)
commit7d16ea40331dc4480af823288e6ed3ca58a677d8
tree14642ed124dde27727df7855ba29445479142998
parent9c04f721a6b0521f596950771e9d88a5d00a29ee
Introducing QArrayDataPointer

This class provides RAII functionality for handling QArrayData pointers.

Together with QArrayDataHeader and QArrayDataOps, this offers common
boilerplate code for implementing a container which, itself, defines its
own interface.

Change-Id: If38eba22fbe8f69038a06fff4acb50af434d229e
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/corelib/tools/qarraydatapointer.h [new file with mode: 0644]
tests/auto/corelib/tools/qarraydata/simplevector.h