Public Member Functions | Public Attributes

QLinkedListNode< T > Struct Template Reference

Search for all occurrences

Detailed Description

template<typename T>
struct QLinkedListNode< T >

Definition at line 70 of file qlinkedlist.h.

#include <qlinkedlist.h>

List of all members.

Public Member Functions

  QLinkedListNode (const T &arg)

Public Attributes

QLinkedListNode n
QLinkedListNode p
t

Constructor & Destructor Documentation

QLinkedListNode ( const T &  arg ) [inline]

Definition at line 72 of file qlinkedlist.h.

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