Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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

Definition at line 42 of file qrecyclepool_p.h.

Referenced by QRecyclePoolPrivate< T, Step >::dispose().


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