sdk/common/NvBlastAssert.h File Reference

#include "NvBlastPreprocessor.h"

Go to the source code of this file.

Defines

#define NVBLAST_ALWAYS_ASSERT()   NVBLAST_ASSERT(0)
#define NVBLAST_ALWAYS_ASSERT_MESSAGE(message)   ((void)0)
#define NVBLAST_ASSERT(exp)   ((void)0)
#define NVBLAST_ASSERT_WITH_MESSAGE(condition, message)   ((void)0)

Functions

NVBLAST_API void NvBlastAssertHandler (const char *expr, const char *file, int line, bool &ignore)


Define Documentation

 
#define NVBLAST_ALWAYS_ASSERT (  )     NVBLAST_ASSERT(0)

#define NVBLAST_ALWAYS_ASSERT_MESSAGE ( message   )     ((void)0)

#define NVBLAST_ASSERT ( exp   )     ((void)0)

#define NVBLAST_ASSERT_WITH_MESSAGE ( condition,
message   )     ((void)0)


Function Documentation

NVBLAST_API void NvBlastAssertHandler ( const char *  expr,
const char *  file,
int  line,
bool &  ignore 
)