Searched defs:DELETEZ (Results 1 – 6 of 6) sorted by relevance
47 #define DELETEZ(pPtr) ( delete pPtr, pPtr = 0 ) macro
28 #define DELETEZ(pPtr) { delete pPtr; pPtr = 0; } macro
51 #define DELETEZ( p ) ( delete p,p = 0 ) macro
290 #define DELETEZ(pPtr) { delete pPtr; pPtr = 0; } macro
99 #define DELETEZ(p) (delete (p), (p)=NULL) macro
56 #define DELETEZ( p ) ( delete( p ), p = 0 ) macro
Completed in 52 milliseconds