QVectorTypedData< T > Struct Template Reference

QVectorTypedData< T > Struct Template Reference

#include <qvector.h>

Class Description

template<typename T>
struct QVectorTypedData< T >

Definition at line 94 of file qvector.h.

+ Inheritance diagram for QVectorTypedData< T >:

Static Public Member Functions

static void free (QVectorTypedData< T > *x, int alignment)
 

Public Attributes

array [1]
 

Member Function Documentation

static void free ( QVectorTypedData< T > *  x,
int  alignment 
)
inlinestatic

Definition at line 99 of file qvector.h.

99 { QVectorData::free(static_cast<QVectorData *>(x), alignment); }
static void free(QVectorData *data, int alignment)

Member Data Documentation

T array[1]

Definition at line 97 of file qvector.h.


The documentation for this struct was generated from the following file: