Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QFreeListElement< void > Struct Reference

#include <qfreelist_p.h>

+ Collaboration diagram for QFreeListElement< void >:

Public Types

typedef void ConstReferenceType
 
typedef void ReferenceType
 

Public Member Functions

void t () const
 
void t ()
 

Public Attributes

QAtomicInt next
 

Detailed Description

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.

Member Typedef Documentation

◆ ConstReferenceType

typedef void QFreeListElement< void >::ConstReferenceType

Definition at line 52 of file qfreelist_p.h.

◆ ReferenceType

typedef void QFreeListElement< void >::ReferenceType

Definition at line 53 of file qfreelist_p.h.

Member Function Documentation

◆ t() [1/2]

void QFreeListElement< void >::t ( )
inline

Definition at line 58 of file qfreelist_p.h.

◆ t() [2/2]

void QFreeListElement< void >::t ( ) const
inline

Definition at line 57 of file qfreelist_p.h.

Member Data Documentation

◆ next

Definition at line 55 of file qfreelist_p.h.


The documentation for this struct was generated from the following file: