SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Macros
WrappedObjectArray.h File Reference

Go to the source code of this file.

Classes

class  CWrappedObjectArray
 Specialization of CDynamicObjectArray that adds methods to append wrapped elements to make them serializable. Objects are wrapped through the classes CWrappedBasic, CWrappedSGVector, CWrappedSGMatrix. More...
 

Macros

#define APPEND_WRAPPED_TEMPLATE(META_TYPE, SG_TYPE)
 

Macro Definition Documentation

#define APPEND_WRAPPED_TEMPLATE (   META_TYPE,
  SG_TYPE 
)
Value:
\
bool append_wrapped_##META_TYPE(SG_TYPE data, const char* data_name="") \
{ \
return this->append_wrapped(data, data_name); \
}

Definition at line 95 of file WrappedObjectArray.h.


SHOGUN Machine Learning Toolbox - Documentation