Qt 4.8
Public Functions | Public Variables | List of all members
QLinkedListNode< T > Struct Template Reference

#include <qlinkedlist.h>

Public Functions

 QLinkedListNode (const T &arg)
 

Public Variables

QLinkedListNoden
 
QLinkedListNodep
 
t
 

Detailed Description

template<typename T>
struct QLinkedListNode< T >

Definition at line 70 of file qlinkedlist.h.

Constructors and Destructors

◆ QLinkedListNode()

template<typename T>
QLinkedListNode< T >::QLinkedListNode ( const T &  arg)
inline

Definition at line 72 of file qlinkedlist.h.

72 : t(arg) { }

Properties

◆ n

template<typename T>
QLinkedListNode* QLinkedListNode< T >::n

◆ p

template<typename T>
QLinkedListNode * QLinkedListNode< T >::p

◆ t

template<typename T>
T QLinkedListNode< T >::t

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