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

Go to the source code of this file.

Macros

#define assert(EX)   ((EX)?((void)0):xassert( # EX , __FILE__, __LINE__))
 

Functions

void xassert (const char *, const char *, int)
 

Macro Definition Documentation

◆ assert

#define assert (   EX)    ((EX)?((void)0):xassert( # EX , __FILE__, __LINE__))

Definition at line 17 of file assert.h.

Function Documentation

◆ xassert()

void xassert ( const char *  expr,
const char *  file,
int  line 
)

Definition at line 11 of file assert.cc.

References Asserting_, DBG_CRITICAL, debugs, and Debug::PrepareToDie().

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors