utilities for ZFFramework More...
#include "ZFCoreTypeDef.h"Go to the source code of this file.
Macros | |
| #define | zffreeInScope(obj) |
| util macro to make a POD object automatically deleted after code block, using zffree | |
| #define | zfcleanupInScope_1(action, P0, p0) |
| util to perform custom cleanup action after code block | |
| #define | zfcleanupInScope_2(action, P0, p0, P1, p1) |
| see zfcleanupInScope_1 | |
| #define | zfcleanupInScope_3(action, P0, p0, P1, p1, P2, p2) |
| see zfcleanupInScope_1 | |
| #define | zfcleanupInScope_4(action, P0, p0, P1, p1, P2, p2, P3, p3) |
| see zfcleanupInScope_1 | |
| #define | zfcleanupInScope_5(action, P0, p0, P1, p1, P2, p2, P3, p3, P4, p4) |
| see zfcleanupInScope_1 | |
| #define | zfcleanupInScope_6(action, P0, p0, P1, p1, P2, p2, P3, p3, P4, p4, P5, p5) |
| see zfcleanupInScope_1 | |
| #define | zfcleanupInScope_7(action, P0, p0, P1, p1, P2, p2, P3, p3, P4, p4, P5, p5, P6, p6) |
| see zfcleanupInScope_1 | |
| #define | zfcleanupInScope_8(action, P0, p0, P1, p1, P2, p2, P3, p3, P4, p4, P5, p5, P6, p6, P7, p7) |
| see zfcleanupInScope_1 | |
utilities for ZFFramework
| #define zffreeInScope | ( | obj | ) |
util macro to make a POD object automatically deleted after code block, using zffree
usage: