Defines | |
| #define | TEUCHOS_EXIT(ERROR_CODE) Teuchos_exit_helper( __FILE__, __LINE__, 0, ERROR_CODE ) |
Macro to replace call to exit(...). | |
| #define | TEUCHOS_MSG_EXIT(MSG, ERROR_CODE) Teuchos_exit_helper( __FILE__, __LINE__, MSG, ERROR_CODE ) |
Macro to replace call to exit(...) and add a message string. | |
Functions | |
| void | Teuchos_exit_helper (char file[], int line, char msg[], int error_code) |
| Function with C linkage that rases a C++ exception. | |
|
|
Macro to replace call to
This macro calls the function Definition at line 77 of file Teuchos_exit.h. |
|
|
Macro to replace call to
This macro calls the function Definition at line 85 of file Teuchos_exit.h. |
|
||||||||||||||||||||
|
Function with C linkage that rases a C++ exception.
TEUCHOS_EXIT() or TEUCHOS_MSG_EXIT()
Definition at line 32 of file Teuchos_exit.cpp. |
1.3.9.1