/home/fwph/code/wurde/modules/eye/GuiControl.h File Reference

Go to the source code of this file.

Classes

class  GuiControl

Defines

#define sfree(obj)   if(obj) { delete obj; obj = NULL; }
#define sfreea(obj)   if(obj) { delete[] obj; obj = NULL; }


Define Documentation

#define sfree ( obj   )     if(obj) { delete obj; obj = NULL; }

Definition at line 17 of file GuiControl.h.

#define sfreea ( obj   )     if(obj) { delete[] obj; obj = NULL; }

Definition at line 18 of file GuiControl.h.


Generated on Thu Feb 1 15:31:54 2007 for WURDE by  doxygen 1.5.1