Teuchos - Trilinos Tools Package
Version of the Day
|
Static C Wrapper Error Handling Policy Class. More...
#include <Teuchos_CWrapperSupport_Cpp.hpp>
Static Public Member Functions | |
static void | setPrintErrorOStream (const RCP< FancyOStream > &errorOStream) |
Set the ostream that will be printed to when errors occur. More... | |
static RCP< FancyOStream > | getPrintErrorOStream () |
Get the ostream that will be printed when errors occur. More... | |
static void | setShowStackTraceOnException (const bool showStrackTraceOnException) |
Set if the stacktrace should be shown on every caught exception. More... | |
static bool | getShowStackTraceOnException () |
Get if the stacktrace should be shown on every caught exception. More... | |
Static C Wrapper Error Handling Policy Class.
Definition at line 60 of file Teuchos_CWrapperSupport_Cpp.hpp.
|
static |
Set if the stacktrace should be shown on every caught exception.
This only is meaningful if stacktracing is configured and enabled.
Definition at line 91 of file Teuchos_CWrapperSupport.cpp.
|
static |
Get if the stacktrace should be shown on every caught exception.
Definition at line 98 of file Teuchos_CWrapperSupport.cpp.