QLinkedListNode< T > Struct Template Reference

QLinkedListNode< T > Struct Template Reference

#include <qlinkedlist.h>

Class Description

template<typename T>
struct QLinkedListNode< T >

Definition at line 70 of file qlinkedlist.h.

Public Member Functions

 QLinkedListNode (const T &arg)
 

Public Attributes

QLinkedListNoden
 
QLinkedListNodep
 
t
 

Constructor & Destructor Documentation

QLinkedListNode ( const T &  arg)
inline

Definition at line 72 of file qlinkedlist.h.

72 : t(arg) { }

Member Data Documentation

Definition at line 73 of file qlinkedlist.h.

Definition at line 73 of file qlinkedlist.h.

T t

Definition at line 74 of file qlinkedlist.h.


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