![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfreelist_p.h>
Public Types | |
| typedef void | ConstReferenceType |
| typedef void | ReferenceType |
Public Member Functions | |
| void | t () const |
| void | t () |
Public Attributes | |
| QAtomicInt | next |
| void | _t |
Element in a QFreeList without a payload. ConstReferenceType and ReferenceType are void, the t() functions return void and are empty.
Definition at line 50 of file qfreelist_p.h.
| typedef void QFreeListElement< void >::ConstReferenceType |
Definition at line 52 of file qfreelist_p.h.
| typedef void QFreeListElement< void >::ReferenceType |
Definition at line 53 of file qfreelist_p.h.
|
inline |
Definition at line 58 of file qfreelist_p.h.
|
inline |
Definition at line 57 of file qfreelist_p.h.
| void QFreeListElement< void >::_t |
Definition at line 37 of file qfreelist_p.h.
| QAtomicInt QFreeListElement< void >::next |
Definition at line 55 of file qfreelist_p.h.