SGObject.h File Reference

Go to the source code of this file.

Classes

class  CSGObject
 Class SGObject is the base class of all shogun objects. More...

Defines

#define SG_REF(x)   { if (x) (x)->ref(); }
#define SG_UNREF(x)   { if (x) { if ((x)->unref()==0) (x)=0; } }

Define Documentation

#define SG_REF (  )     { if (x) (x)->ref(); }

Definition at line 36 of file SGObject.h.

#define SG_UNREF (  )     { if (x) { if ((x)->unref()==0) (x)=0; } }

Definition at line 37 of file SGObject.h.


SHOGUN Machine Learning Toolbox - Documentation