12 #ifndef __MLPACK_CORE_UTIL_BACKTRACE_HPP
13 #define __MLPACK_CORE_UTIL_BACKTRACE_HPP
69 static void GetAddress(
int maxDepth);
76 static void DecodeAddress(
long address);
79 static void DemangleFunction();
91 static std::vector<Frames> stack;
src mlpack bindings julia mlpack src file(READ"${CMAKE_SOURCE_DIR}/src/mlpack/core/util/version.hpp"VERSION_HPP_CONTENTS) string(REGEX REPLACE".* MLPACK_VERSION_MAJOR "$
std::string ToString()
Returns string of backtrace.
Backtrace()
Constructor initialize fields and call GetAddress to retrieve addresses for each frame of backtrace...
string(REGEX REPLACE".*#define MLPACK_VERSION_MINOR ([0-9]+).*""\\1"MLPACK_VERSION_MINOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* "\\1" MLPACK_VERSION_PATCH "$