|
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. | |
| static RCP< FancyOStream > | getPrintErrorOStream () |
| Get the ostream that will be printed when errors occur. | |
| static void | setShowStackTraceOnException (const bool showStrackTraceOnException) |
| Set if the stacktrace should be shown on every caught exception. | |
| static bool | getShowStackTraceOnException () |
| Get if the stacktrace should be shown on every caught exception. | |
Static C Wrapper Error Handling Policy Class.
Definition at line 27 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 59 of file Teuchos_CWrapperSupport.cpp.
|
static |
Get if the stacktrace should be shown on every caught exception.
Definition at line 66 of file Teuchos_CWrapperSupport.cpp.