PxAssert.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PxAssertHandler
 

Macros

#define PX_ASSERT(exp)   ((void)0)
 
#define PX_ALWAYS_ASSERT_MESSAGE(exp)   ((void)0)
 
#define PX_ASSERT_WITH_MESSAGE(condition, message)   ((void)0)
 
#define PX_ALWAYS_ASSERT()   PX_ASSERT(0)
 

Functions

PX_FOUNDATION_API PX_DEPRECATED PxAssertHandlerPxGetAssertHandler ()
 
PX_FOUNDATION_API PX_DEPRECATED void PxSetAssertHandler (PxAssertHandler &handler)