CMS 3D CMS Logo

IgSbString.h File Reference

#include <cstdlib>
#include <cstring>

Go to the source code of this file.

Defines

#define STRDEL(str)   { if ((str)) { free (str); str = NULL; }}
#define STRDUP(str)   ((str) ? (strcpy ((char*) malloc ((unsigned) strlen (str) + 1), str)) : 0)


Define Documentation

#define STRDEL ( str   )     { if ((str)) { free (str); str = NULL; }}

Definition at line 18 of file IgSbString.h.

#define STRDUP ( str   )     ((str) ? (strcpy ((char*) malloc ((unsigned) strlen (str) + 1), str)) : 0)

Definition at line 17 of file IgSbString.h.


Generated on Tue Jun 9 17:54:14 2009 for CMSSW by  doxygen 1.5.4