![]() |
WPILibC++ 2027.0.0-alpha-4
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | wpi |
| namespace | wpi::util |
Functions | |
| std::string | wpi::util::GetStackTrace (int offset) |
| Get a stack trace, ignoring the first "offset" symbols. | |
| std::string | wpi::util::GetStackTraceDefault (int offset) |
| The default implementation used for GetStackTrace(). | |
| void | wpi::util::SetGetStackTraceImpl (std::string(*func)(int offset)) |
| Set the implementation used by GetStackTrace(). | |