Definition at line 70 of file qlinkedlist.h.
#include <qlinkedlist.h>
Public Member Functions |
|
| QLinkedListNode (const T &arg) | |
Public Attributes |
|
| QLinkedListNode * | n |
| QLinkedListNode * | p |
| T | t |
| QLinkedListNode | ( | const T & | arg | ) | [inline] |
Definition at line 72 of file qlinkedlist.h.
: t(arg) { }
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.