#include "nvsgcommon.h"
#include <string>
Include dependency graph for ErrorHandling.h:
Go to the source code of this file.
Namespaces | |
namespace | nvsg |
Functions | |
typedef void | NVSGERRORHANDLER (const NVSGException &) |
NVSGERRORHANDLER * | nvsgSetErrorHandler (NVSGERRORHANDLER *newErrorHandler) |
Variables | |
NVSGERRORHANDLER * | nvsgErrorHandler |
|
A NVSG error handler routine is of this type |
|
Replace the current NVSG error handler by newErrorHandler Parameters
Return Value A pointer to the formerly used error handler routine. |
|
Global pointer to the currently used NVSG error handler routine. Use the nvsgSetErrorHandler function to assign a new error handler routine . |