BFLibCPP 0.1
CPP Library
Loading...
Searching...
No Matches
delete.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define Delete(x)   if (x != 0) {delete x; x = 0; }
 
#define BFDelete(x)   if (x != 0) {delete x; x = 0; }
 

Macro Definition Documentation

◆ BFDelete

#define BFDelete ( x)    if (x != 0) {delete x; x = 0; }

◆ Delete

#define Delete ( x)    if (x != 0) {delete x; x = 0; }

author: Brando date: 8/1/22