BFLibCPP 0.1
CPP Library
|
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; } |
#define BFDelete | ( | x | ) | if (x != 0) {delete x; x = 0; } |
#define Delete | ( | x | ) | if (x != 0) {delete x; x = 0; } |
author: Brando date: 8/1/22