|
xerus
a general purpose tensor library
|
Header file for the call-stack functionality. More...
#include <string>#include <utility>Go to the source code of this file.
Namespaces | |
| xerus | |
| The main namespace of xerus. | |
| xerus::misc | |
| Collection of classes and functions that provide elementary functionality that is not special to xerus as a tensor library. | |
Functions | |
| std::string | xerus::misc::get_call_stack () |
| Returns a string representation of the current call-stack (excluding the function itself). More... | |
| std::pair< uintptr_t, uintptr_t > | xerus::misc::get_range_of_section (void *_addr, std::string _name) |
| Returns the address range of the elf-section names _name as part of the executable / so file that contained _addr. More... | |
Header file for the call-stack functionality.
Definition in file callStack.h.