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

Definition at line 50 of file qssginvasivelinkedlist_p.h.

◆ get() [2/2]

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

Definition at line 49 of file qssginvasivelinkedlist_p.h.

◆ set()

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

Definition at line 51 of file qssginvasivelinkedlist_p.h.


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