Go to the source code of this file.
Defines | |
#define | SAVEDELETE(p) if(p){delete p; p=0;} |
#define | SAVEDELETEARRAY(p) if(p){delete [] p; p=0;} |
Typedefs | |
typedef unsigned char | uchar |
typedef unsigned short | ushort |
typedef unsigned int | uint |
typedef unsigned long | ulong |
typedef wchar_t | wchar |