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

#include <qssginvasivelinkedlist_p.h>

+ Collaboration diagram for QSSGListAccessorPrevious< T, p >:

Static Public Member Functions

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

Detailed Description

template<typename T, T *T::* p>
struct QSSGListAccessorPrevious< T, p >

Definition at line 47 of file qssginvasivelinkedlist_p.h.

Member Function Documentation

◆ get() [1/2]

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

Definition at line 50 of file qssginvasivelinkedlist_p.h.

References o.

◆ get() [2/2]

template<typename T , T *T::* p>
static T * QSSGListAccessorPrevious< T, p >::get ( T &  o)
inlinestatic

Definition at line 49 of file qssginvasivelinkedlist_p.h.

References o.

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

+ Here is the caller graph for this function:

◆ set()

template<typename T , T *T::* p>
static void QSSGListAccessorPrevious< T, p >::set ( T &  o,
T *  prev 
)
inlinestatic

Definition at line 51 of file qssginvasivelinkedlist_p.h.

References o.

Referenced by QSSGInvasiveLinkedList< T, Previous, Next >::push_front().

+ Here is the caller graph for this function:

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