Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

LLNode< TYPE > Class Template Reference

#include <LinkedList.h>

List of all members.

Public Attributes

TYPE obj
LLNodeprev
LLNodenext


Detailed Description

template<class TYPE>
class LLNode< TYPE >

LinkedList.h

Author: Petter Alstermark, petter@alstermark.com

Definition at line 13 of file LinkedList.h.


Member Data Documentation

template<class TYPE>
LLNode* LLNode< TYPE >::next
 

Definition at line 17 of file LinkedList.h.

Referenced by LinkedList< TYPE >::addNodeFirst(), LinkedList< TYPE >::addNodeLast(), LinkedList< TYPE >::clear(), and LinkedList< TYPE >::removeNode().

template<class TYPE>
TYPE LLNode< TYPE >::obj
 

Definition at line 15 of file LinkedList.h.

Referenced by LinkedList< TYPE >::addFirst(), LinkedList< TYPE >::addLast(), and OpenGLConsole::draw().

template<class TYPE>
LLNode* LLNode< TYPE >::prev
 

Definition at line 16 of file LinkedList.h.

Referenced by LinkedList< TYPE >::addNodeFirst(), LinkedList< TYPE >::addNodeLast(), OpenGLConsole::draw(), and LinkedList< TYPE >::removeNode().


Generated on Sun Jun 5 15:49:56 2005 for Defacto by  doxygen 1.4.3