Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSSGListAccessorNext< T, n > Struct Template Reference

#include <qssginvasivelinkedlist_p.h>

+ Collaboration diagram for QSSGListAccessorNext< T, n >:

Static Public Member Functions

static T * get (T &o)
 
static const T * get (const T &o)
 
static void set (T &o, T *next)
 

Detailed Description

template<typename T, T *T::* n>
struct QSSGListAccessorNext< T, n >

Definition at line 39 of file qssginvasivelinkedlist_p.h.

Member Function Documentation

◆ get() [1/2]

template<typename T , T *T::* n>
static const T * QSSGListAccessorNext< T, n >::get ( const T &  o)
inlinestatic

Definition at line 42 of file qssginvasivelinkedlist_p.h.

References o.

◆ get() [2/2]

template<typename T , T *T::* n>
static T * QSSGListAccessorNext< T, n >::get ( T &  o)
inlinestatic

Definition at line 41 of file qssginvasivelinkedlist_p.h.

References o.

Referenced by QSSGInvasiveSingleLinkedList< T, Next >::push_back(), QSSGInvasiveLinkedList< T, Previous, Next >::push_back(), QSSGInvasiveSingleLinkedList< T, Next >::remove(), and QSSGInvasiveLinkedList< T, Previous, Next >::remove().

+ Here is the caller graph for this function:

◆ set()

template<typename T , T *T::* n>
static void QSSGListAccessorNext< T, n >::set ( T &  o,
T *  next 
)
inlinestatic

Definition at line 43 of file qssginvasivelinkedlist_p.h.

References next, and o.

Referenced by QSSGInvasiveSingleLinkedList< T, Next >::push_back(), QSSGInvasiveLinkedList< T, Previous, Next >::push_back(), and QSSGInvasiveSingleLinkedList< T, Next >::remove().

+ Here is the caller graph for this function:

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