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
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>
const T * QSSGListAccessorNext< T, n >::get ( const T & o)
inlinestatic

Definition at line 42 of file qssginvasivelinkedlist_p.h.

◆ get() [2/2]

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

Definition at line 41 of file qssginvasivelinkedlist_p.h.

◆ set()

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

Definition at line 43 of file qssginvasivelinkedlist_p.h.


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