CListElement< T > Class Template Reference


Detailed Description

template<class T>
class shogun::CListElement< T >

Class ListElement, defines how an element of the the list looks like.

Definition at line 21 of file List.h.

List of all members.

Public Member Functions

 CListElement (T p_data, CListElement *p_prev=NULL, CListElement *p_next=NULL)
virtual ~CListElement ()
 destructor

Public Attributes

CListElementnext
CListElementprev
data

Constructor & Destructor Documentation

CListElement ( p_data,
CListElement< T > *  p_prev = NULL,
CListElement< T > *  p_next = NULL 
)

constructor

Parameters:
p_data data of this element
p_prev previous element
p_next next element

Definition at line 38 of file List.h.

virtual ~CListElement (  )  [virtual]

destructor

Definition at line 46 of file List.h.


Member Data Documentation

T data

data of this element

Definition at line 29 of file List.h.

next element in list

Definition at line 25 of file List.h.

previous element in list

Definition at line 27 of file List.h.


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

SHOGUN Machine Learning Toolbox - Documentation