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

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


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