Go to the source code of this file.
Namespaces | |
libabw | |
Macros | |
#define | DELETEP(m) if (m) { delete m; m = 0; } |
#define | ABW_DEBUG_MSG(M) |
#define | ABW_NUM_ELEMENTS(array) sizeof(array)/sizeof(array[0]) |
Functions | |
void | libabw::debugPrint (const char *const format,...) |
#define ABW_DEBUG_MSG | ( | M | ) |
#define ABW_NUM_ELEMENTS | ( | array | ) | sizeof(array)/sizeof(array[0]) |
Referenced by libabw::ABWContentCollector::_setMetadata().
#define DELETEP | ( | m | ) | if (m) { delete m; m = 0; } |