MVE - Multi-View Environment mve-devel
|
Go to the source code of this file.
Namespaces | |
namespace | util |
Parser, tokenizer, timer, smart pointer, threads, etc. | |
namespace | util::system |
Cross-platform operating system related functions. | |
Functions | |
void | util::system::print_build_timestamp (char const *application_name, char const *date, char const *time) |
Prints the application name and the given date and time strings. | |
void | util::system::print_stack_trace (void) |
Prints a stack trace. | |
void | util::system::register_segfault_handler (void) |
Registers signal SIGSEGV (segmentation fault) handler. | |
void | util::system::signal_segfault_handler (int code) |
Handles signal SIGSEGV (segmentation fault) printing a stack trace. | |