PLearn 0.1
Public Member Functions | Public Attributes
PLearn::DoublyLinkedListElement< T > Struct Template Reference

Class description: More...

#include <DoublyLinkedList.h>

Inheritance diagram for PLearn::DoublyLinkedListElement< T >:
Inheritance graph
[legend]
Collaboration diagram for PLearn::DoublyLinkedListElement< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DoublyLinkedListElement (T e, DoublyLinkedListElement *n=0, DoublyLinkedListElement *p=0)

Public Attributes

entry
DoublyLinkedListElementnext
DoublyLinkedListElementprevious

Detailed Description

template<class T>
struct PLearn::DoublyLinkedListElement< T >

Class description:

Element of a DoublyLinkedList.

Definition at line 65 of file DoublyLinkedList.h.


Constructor & Destructor Documentation

template<class T>
PLearn::DoublyLinkedListElement< T >::DoublyLinkedListElement ( e,
DoublyLinkedListElement< T > *  n = 0,
DoublyLinkedListElement< T > *  p = 0 
) [inline]

Definition at line 69 of file DoublyLinkedList.h.

: entry(e), next(n), previous(p) {}

Member Data Documentation

template<class T>
T PLearn::DoublyLinkedListElement< T >::entry

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines