A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
assert.h File Reference

NS_ASSERT() and NS_ASSERT_MSG() macro definitions. More...

#include "fatal-error.h"
#include <iostream>
+ Include dependency graph for assert.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NS_ASSERT(condition)
 At runtime, in debugging builds, if this condition is not true, the program prints the source file, line number and unverified condition and halts by calling std::terminate.
 
#define NS_ASSERT_MSG(condition, message)
 At runtime, in debugging builds, if this condition is not true, the program prints the message to output and halts by calling std::terminate.
 

Detailed Description

NS_ASSERT() and NS_ASSERT_MSG() macro definitions.

Definition in file assert.h.