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.
Constructor & Destructor Documentation
constructor
- Parameters:
-
| p_data | data of this element |
| p_prev | previous element |
| p_next | next element |
Definition at line 38 of file List.h.
destructor
Definition at line 46 of file List.h.
Member Data Documentation
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: