Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QRecyclePoolPrivate< T, Step >::PoolType Struct Reference

#include <qrecyclepool_p.h>

+ Inheritance diagram for QRecyclePoolPrivate< T, Step >::PoolType:
+ Collaboration diagram for QRecyclePoolPrivate< T, Step >::PoolType:

Public Attributes

union { 
 
   QRecyclePoolPrivate< T, Step > *   pool 
 
   PoolType *   nextAllocated 
 
};  
 

Detailed Description

template<typename T, int Step>
struct QRecyclePoolPrivate< T, Step >::PoolType

Definition at line 40 of file qrecyclepool_p.h.

Member Data Documentation

◆ [union]

union { ... } QRecyclePoolPrivate< T, Step >::PoolType

◆ nextAllocated

template<typename T , int Step>
PoolType* QRecyclePoolPrivate< T, Step >::PoolType::nextAllocated

◆ pool

template<typename T , int Step>
QRecyclePoolPrivate<T, Step>* QRecyclePoolPrivate< T, Step >::PoolType::pool

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