Version

menu_open
Wwise SDK 2023.1.3
AkAssert.h File Reference

Go to the source code of this file.

Classes

struct  AkStaticAssert< b >
 
struct  AkStaticAssert< true >
 

Macros

#define AKASSERT(Condition)   do { switch ( 0 ) { case 0: break; default: if ( !( Condition ) ) {} } } while ( 0 )
 
#define AKVERIFY(x)   ((void)(x))
 
#define AKASSERTD(Condition)   ((void)0)
 
#define AKASSERT_RANGE(Value, Min, Max)   (AKASSERT(((Value) >= (Min)) && ((Value) <= (Max))))
 
#define AKASSERTANDRETURN(__Expression, __ErrorCode)
 
#define AKASSERTPOINTERORFAIL(__Pointer)   AKASSERTANDRETURN( __Pointer != NULL, AK_Fail )
 
#define AKASSERTSUCCESSORRETURN(__akr)   AKASSERTANDRETURN( __akr == AK_Success, __akr )
 
#define AKASSERTPOINTERORRETURN(__Pointer)
 
#define AKSTATICASSERT(__expr__, __msg__)   typedef char __AKSTATICASSERT__[(__expr__)?1:-1]
 
#define DEFINEDUMMYASSERTHOOK
 

Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise