![]() |
Qt 6.x
The Qt SDK
|
#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 | ||
| }; | ||
Definition at line 40 of file qrecyclepool_p.h.
| union { ... } QRecyclePoolPrivate< T, Step >::PoolType |
| PoolType* QRecyclePoolPrivate< T, Step >::PoolType::nextAllocated |
Definition at line 43 of file qrecyclepool_p.h.
Referenced by QRecyclePoolPrivate< T, Step >::allocate(), and QRecyclePoolPrivate< T, Step >::dispose().
| QRecyclePoolPrivate<T, Step>* QRecyclePoolPrivate< T, Step >::PoolType::pool |
Definition at line 42 of file qrecyclepool_p.h.
Referenced by QRecyclePoolPrivate< T, Step >::allocate(), and QRecyclePoolPrivate< T, Step >::dispose().