SGObject.h File Reference

Go to the source code of this file.

Classes

class  CSGObject

Defines

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


Define Documentation

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

Definition at line 23 of file SGObject.h.

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

Definition at line 24 of file SGObject.h.


SHOGUN Machine Learning Toolbox - Documentation