Example program illustrating use of the NS_FATAL error handlers. More...
Functions | |
void | Fatal (void) |
Triggers a fatal error with message, and terminating. More... | |
void | FatalCont (void) |
Triggers a fatal error with an error message, deferring termination. More... | |
void | FatalNoMsg (void) |
Triggers a fatal error without message, deferring termination. More... | |
Example program illustrating use of the NS_FATAL error handlers.
void Fatal | ( | void | ) |
Triggers a fatal error with message, and terminating.
Definition at line 67 of file fatal-example.cc.
References NS_FATAL_ERROR.
void FatalCont | ( | void | ) |
Triggers a fatal error with an error message, deferring termination.
Definition at line 55 of file fatal-example.cc.
References NS_FATAL_ERROR_CONT.
void FatalNoMsg | ( | void | ) |
Triggers a fatal error without message, deferring termination.
Definition at line 43 of file fatal-example.cc.
References NS_FATAL_ERROR_NO_MSG_CONT.