Public Member Functions | Public Attributes

CListElement Class Reference


Detailed Description

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

Definition at line 22 of file List.h.

Inheritance diagram for CListElement:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CListElement ()
 CListElement (CSGObject *p_data, CListElement *p_prev=NULL, CListElement *p_next=NULL)
virtual ~CListElement ()
 destructor
virtual const char * get_name (void) const

Public Attributes

CListElementnext
CListElementprev
CSGObjectdata

Constructor & Destructor Documentation

CListElement (  ) 

default constructor

Definition at line 26 of file List.h.

CListElement ( CSGObject p_data,
CListElement p_prev = NULL,
CListElement 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 50 of file List.h.


Member Function Documentation

virtual const char* get_name ( void   )  const [virtual]
Returns:
object name

Implements CSGObject.

Definition at line 53 of file List.h.


Member Data Documentation

data of this element

Definition at line 69 of file List.h.

next element in list

Definition at line 65 of file List.h.

previous element in list

Definition at line 67 of file List.h.


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

SHOGUN Machine Learning Toolbox - Documentation