Epetra Package Browser (Single Doxygen Collection) Development
|
Epetra_OskiError: The Epetra OSKI Class to provide access to get and set error handling routines in OSKI. More...
#include <Epetra_OskiError.h>
Set/Get | |
oski_errhandler_t | ErrorHandler_ |
Epetra_OskiError | OskiGetErrorHandler () |
Gets a pointer to the current error handler routine being used by OSKI. | |
void | OskiSetErrorHandler (Epetra_OskiError &NewErrorHandler) |
Sets the error handling routine to be used by OSKI to NewErrorHandler. | |
Constructors/Destructor | |
Epetra_OskiError () | |
Default Constructor. | |
virtual | ~Epetra_OskiError () |
Destructor. | |
Epetra_OskiError: The Epetra OSKI Class to provide access to get and set error handling routines in OSKI.
Definition at line 55 of file Epetra_OskiError.h.
Epetra_OskiError::Epetra_OskiError | ( | ) |
Default Constructor.
|
virtual |
Destructor.
Epetra_OskiError Epetra_OskiError::OskiGetErrorHandler | ( | ) |
Gets a pointer to the current error handler routine being used by OSKI.
void Epetra_OskiError::OskiSetErrorHandler | ( | Epetra_OskiError & | NewErrorHandler | ) |
Sets the error handling routine to be used by OSKI to NewErrorHandler.
|
private |
Definition at line 76 of file Epetra_OskiError.h.