|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <cstddef>#include <string>#include <memory>#include <vector>#include <xbt/base.h>#include <xbt/backtrace.h>Namespaces | |
| simgrid | |
| Host datatype from SIMIX POV. | |
| simgrid::xbt | |
Functions | |
| std::vector< xbt_backtrace_location_t > | simgrid::xbt::backtrace () |
| Get the current backtrace. More... | |
| std::vector< std::string > | simgrid::xbt::resolveBacktrace (xbt_backtrace_location_t const *loc, std::size_t count) |
Variables | |
| std::unique_ptr< char, void(*)(void *)> | simgrid::xbt::demangle (const char *name) |
| Try to demangle a C++ name. More... | |