Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
AssertHandler.h File Reference

Namespaces

namespace  Assimp
 Some C++ utilities for inter- and extrapolation.
 

Typedefs

using Assimp::AiAssertHandler = void(*)(const char *failedExpression, const char *file, int line)
 Signature of functions which handle assert violations.
 

Functions

ASSIMP_API void Assimp::aiAssertViolation (const char *failedExpression, const char *file, int line)
 Dispatches an assert violation to the assert handler.
 
AI_WONT_RETURN ASSIMP_API void Assimp::defaultAiAssertHandler (const char *failedExpression, const char *file, int line) AI_WONT_RETURN_SUFFIX
 The assert handler which is set by default.
 
ASSIMP_API void Assimp::setAiAssertHandler (AiAssertHandler handler)
 Set the assert handler.