logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoMemoryError — memory error handling

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

See Also