Static Public Member Functions | Public Attributes

QVectorTypedData< T > Struct Template Reference

Search for all occurrences

Detailed Description

template<typename T>
struct QVectorTypedData< T >

Definition at line 91 of file qvector.h.

#include <qvector.h>

Inheritance diagram for QVectorTypedData< T >:
Inheritance graph
[legend]

List of all members.

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 
) [inline, static]

Definition at line 96 of file qvector.h.

{ QVectorData::free(static_cast<QVectorData *>(x), alignment); }

Member Data Documentation

T array[1]

Definition at line 94 of file qvector.h.


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