Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
die.h File Reference

Program termination. More...

Include dependency graph for die.h:

Go to the source code of this file.

Namespaces

namespace  roc
 Root namespace.
 
namespace  roc::core
 General-purpose building blocks and platform abstraction layer.
 

Functions

void roc::core::die_fast (int code)
 Terminate program.
 
void roc::core::die_gracefully (const char *message, bool full_backtrace)
 Terminate program with error message and backtrace.
 

Detailed Description

Program termination.

Definition in file die.h.