Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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
 
typedef const voidConstReferenceType
 
typedef voidReferenceType
 

Public Member Functions

void t () const
 
void t ()
 
ConstReferenceType t () const
 
ReferenceType t ()
 

Public Attributes

QAtomicInt next
 
void _t
 
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 [1/2]

typedef const void& QFreeListElement< void >::ConstReferenceType

Definition at line 34 of file qfreelist_p.h.

◆ ConstReferenceType [2/2]

typedef void QFreeListElement< void >::ConstReferenceType

Definition at line 52 of file qfreelist_p.h.

◆ ReferenceType [1/2]

typedef void& QFreeListElement< void >::ReferenceType

Definition at line 35 of file qfreelist_p.h.

◆ ReferenceType [2/2]

typedef void QFreeListElement< void >::ReferenceType

Definition at line 53 of file qfreelist_p.h.

Member Function Documentation

◆ t() [1/4]

Definition at line 41 of file qfreelist_p.h.

◆ t() [2/4]

void QFreeListElement< void >::t ( )
inline

Definition at line 58 of file qfreelist_p.h.

◆ t() [3/4]

Definition at line 40 of file qfreelist_p.h.

◆ t() [4/4]

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

Definition at line 57 of file qfreelist_p.h.

Member Data Documentation

◆ _t

Definition at line 37 of file qfreelist_p.h.

◆ next [1/2]

Definition at line 38 of file qfreelist_p.h.

◆ next [2/2]

Definition at line 55 of file qfreelist_p.h.


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