CocoaDev

Edit AllPages

DPAssert is an assertion macro identical to NSAssert, except it can handle any number of arguments to its format string. There’s no need to use variants like NSAssert2 to use more arguments.

@class NSAssertionHandler, NSString;

/* Asserts for Objective-C that accepts unlimited number of arguments */ #if !defined(NS_BLOCK_ASSERTIONS)

#if !defined(DPAssert) /*

#if !defined(DPCAssert) /*

#endif // !defined(NS_BLOCK_ASSERTIONS)

-OfriWolfus