|
Teuchos - Trilinos Tools Package Version of the Day
|
Macro for throwing an exception with breakpointing to ease debugging. More...
#include <Teuchos_TypeNameTraits.hpp>Go to the source code of this file.
Defines | |
| #define | TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg) |
| Macro for throwing an exception with breakpointing to ease debugging. | |
Functions | |
| TEUCHOS_LIB_DLL_EXPORT void | TestForException_incrThrowNumber () |
| Increment the throw number. | |
| TEUCHOS_LIB_DLL_EXPORT int | TestForException_getThrowNumber () |
| Increment the throw number. | |
| TEUCHOS_LIB_DLL_EXPORT void | TestForException_break (const std::string &msg) |
| The only purpose for this function is to set a breakpoint. | |
Macro for throwing an exception with breakpointing to ease debugging.
Definition in file Teuchos_TestForException.hpp.
1.7.4