SoMemoryError — memory error handling
Contents
Description
SoMemoryError is used for errors reported due to lack of memory.
Inherits From
SoError > SoMemoryError
Methods
staticvoidsetHandlerCallback(SoErrorCB*cb,void*data)staticSoErrorCB*getHandlerCallback()staticvoid*getHandlerData()
Sets/returns handler callback for SoMemoryError class.
staticSoTypegetClassTypeId()
Returns type identifier for SoMemoryError class.
Name
SoMemoryError — memory error handling
See Also
SoDebugError,SoReadErrorSoMemoryError(3IV)()
Synopsis
#include<Inventor/errors/SoMemoryError.h>
Methods from class SoMemoryError:
staticvoidsetHandlerCallback(SoErrorCB*cb,void*data)staticSoErrorCB*getHandlerCallback()staticvoid*getHandlerData()staticSoTypegetClassTypeId()
Methods from class SoError:
constSbString&getDebugString()constvirtualSoTypegetTypeId()constSbBoolisOfType(SoTypetype)const