SHOGUN  v1.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | 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]

Public Member Functions

 CListElement ()
 
 CListElement (CSGObject *p_data, CListElement *p_prev=NULL, CListElement *p_next=NULL)
 
virtual ~CListElement ()
 destructor More...
 
virtual const char * get_name () const
 
- Public Member Functions inherited from CSGObject
 CSGObject ()
 
 CSGObject (const CSGObject &orig)
 
virtual ~CSGObject ()
 
virtual bool is_generic (EPrimitiveType *generic) const
 
template<class T >
void set_generic ()
 
void unset_generic ()
 
virtual void print_serializable (const char *prefix="")
 
virtual bool save_serializable (CSerializableFile *file, const char *prefix="")
 
virtual bool load_serializable (CSerializableFile *file, const char *prefix="")
 
void set_global_io (SGIO *io)
 
SGIOget_global_io ()
 
void set_global_parallel (Parallel *parallel)
 
Parallelget_global_parallel ()
 
void set_global_version (Version *version)
 
Versionget_global_version ()
 
SGVector< char * > get_modelsel_names ()
 
char * get_modsel_param_descr (const char *param_name)
 
index_t get_modsel_param_index (const char *param_name)
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 

Public Attributes

CListElementnext
 
CListElementprev
 
CSGObjectdata
 
- Public Attributes inherited from CSGObject
SGIOio
 
Parallelparallel
 
Versionversion
 
Parameterm_parameters
 
Parameterm_model_selection_parameters
 

Additional Inherited Members

- Protected Member Functions inherited from CSGObject
virtual void load_serializable_pre () throw (ShogunException)
 
virtual void load_serializable_post () throw (ShogunException)
 
virtual void save_serializable_pre () throw (ShogunException)
 
virtual void save_serializable_post () throw (ShogunException)
 

Constructor & Destructor Documentation

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_datadata of this element
p_prevprevious element
p_nextnext 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 ( ) const
virtual
Returns
object name

Implements CSGObject.

Definition at line 53 of file List.h.

Member Data Documentation

CSGObject* data

data of this element

Definition at line 69 of file List.h.

CListElement* next

next element in list

Definition at line 65 of file List.h.

CListElement* prev

previous element in list

Definition at line 67 of file List.h.


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

SHOGUN Machine Learning Toolbox - Documentation