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
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.

◆ 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.


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