![]() |
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>
Classes | |
| struct | Page |
| struct | PoolType |
Public Member Functions | |
| QRecyclePoolPrivate () | |
| T * | allocate () |
| void | releaseIfPossible () |
Static Public Member Functions | |
| static void | dispose (T *) |
Public Attributes | |
| bool | recyclePoolHold |
| int | outstandingItems |
| quint32 | cookie |
| Page * | currentPage |
| PoolType * | nextAllocated |
Definition at line 27 of file qrecyclepool_p.h.
|
inline |
Definition at line 30 of file qrecyclepool_p.h.
|
inline |
Definition at line 125 of file qrecyclepool_p.h.
|
inlinestatic |
Definition at line 150 of file qrecyclepool_p.h.
|
inline |
Definition at line 109 of file qrecyclepool_p.h.
| quint32 QRecyclePoolPrivate< T, Step >::cookie |
Definition at line 38 of file qrecyclepool_p.h.
| Page* QRecyclePoolPrivate< T, Step >::currentPage |
Definition at line 57 of file qrecyclepool_p.h.
| PoolType* QRecyclePoolPrivate< T, Step >::nextAllocated |
Definition at line 58 of file qrecyclepool_p.h.
| int QRecyclePoolPrivate< T, Step >::outstandingItems |
Definition at line 37 of file qrecyclepool_p.h.
| bool QRecyclePoolPrivate< T, Step >::recyclePoolHold |
Definition at line 36 of file qrecyclepool_p.h.