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

Definition at line 43 of file qrecyclepool_p.h.

◆ pool

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

Definition at line 42 of file qrecyclepool_p.h.


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