waLBerla 7.2
|
#include "PrintStacktrace.h"
#include "demangle.h"
#include "core/DataTypes.h"
#include <array>
#include <iostream>
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::debug |
Functions | |
void | walberla::debug::printStacktrace () |
Prints a stack trace to standard error. | |
void | walberla::debug::printStacktrace (std::ostream &os) |
Prints a stack trace to specified output stream. | |