38#ifndef TEUCHOS_STACKTRACE_HPP 
   39#define TEUCHOS_STACKTRACE_HPP 
   49#ifdef HAVE_TEUCHOS_STACKTRACE 
   64void store_stacktrace();
 
   70std::string get_stored_stacktrace();
 
   80std::string get_stacktrace(
int impl_stacktrace_depth=0);
 
   86void show_stacktrace();
 
   92void print_stack_on_segfault();
 
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...