Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ErrorHandling.h File Reference

#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


Detailed Description


Function Documentation

class typedef void NVSGERRORHANDLER const NVSGException &   ) 
 

A NVSG error handler routine is of this type

NVSGERRORHANDLER* nvsgSetErrorHandler NVSGERRORHANDLER *  newErrorHandler  ) 
 

Replace the current NVSG error handler by newErrorHandler

Parameters

  • newErrorHandler The replacement for the currently used NVSG error handler routine.

Return Value A pointer to the formerly used error handler routine.


Variable Documentation

NVSGERRORHANDLER* nvsg::nvsgErrorHandler
 

Global pointer to the currently used NVSG error handler routine. Use the nvsgSetErrorHandler function to assign a new error handler routine .


Generated on Tue Mar 1 13:19:29 2005 for NVSGSDK by NVIDIA