![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrecyclepool_p.h>
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.
QRecyclePoolPrivate<T, Step>* QRecyclePoolPrivate< T, Step >::PoolType::pool |
Definition at line 42 of file qrecyclepool_p.h.