#include <Standard_ErrorHandlerCallback.hxx>
Inheritance diagram for Standard_ErrorHandlerCallback:

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| void | RegisterCallback () |
| Registers this callback object in the current error handler (if found). . | |
| void | UnregisterCallback () |
| Unregisters this callback object from the error handler. . | |
| virtual Standard_EXPORT | ~Standard_ErrorHandlerCallback () |
| virtual Standard_EXPORT void | DestroyCallback ()=0 |
| The callback function to perform necessary callback action. Called by the exception handler when it is being destroyed but still has this callback registered. . | |
Protected Member Functions | |
| Standard_ErrorHandlerCallback () | |
| Empty constructor . | |
Private Attributes | |
| Standard_Address | myHandler |
| Standard_Address | myPrev |
| Standard_Address | myNext |
|
|
|
|
|
|
|
|
Implemented in Standard_Mutex. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1