#include <qvector.h>

Static Public Member Functions |
|
| static void | free (QVectorTypedData< T > *x, int alignment) |
Public Attributes |
|
| T | array [1] |
| static void free | ( | QVectorTypedData< T > * | x, |
| int | alignment | ||
| ) | [inline, static] |
Definition at line 96 of file qvector.h.
{ QVectorData::free(static_cast<QVectorData *>(x), alignment); }
| T array[1] |