![]() |
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 | |
Page * | nextPage |
unsigned int | free |
union { | |
char array [Step *sizeof(PoolType)] | |
qint64 q_for_alignment_1 | |
double q_for_alignment_2 | |
}; |
Definition at line 47 of file qrecyclepool_p.h.
union { ... } QRecyclePoolPrivate< T, Step >::Page |
char QRecyclePoolPrivate< T, Step >::Page::array[Step *sizeof(PoolType)] |
Definition at line 51 of file qrecyclepool_p.h.
unsigned int QRecyclePoolPrivate< T, Step >::Page::free |
Definition at line 49 of file qrecyclepool_p.h.
Page* QRecyclePoolPrivate< T, Step >::Page::nextPage |
Definition at line 48 of file qrecyclepool_p.h.
qint64 QRecyclePoolPrivate< T, Step >::Page::q_for_alignment_1 |
Definition at line 52 of file qrecyclepool_p.h.
double QRecyclePoolPrivate< T, Step >::Page::q_for_alignment_2 |
Definition at line 53 of file qrecyclepool_p.h.