Memory error handling.
More...
#include <Inventor/errors/SoMemoryError.h>
|
| virtual SoType | getTypeId () const |
| | Returns type identifier for error instance.
|
| |
| const SbString & | getDebugString () const |
| | Returns debug string containing full error information from instance.
|
| |
| bool | isOfType (SoType type) const |
| | Returns TRUE if instance is of given type or is derived from it.
|
| |
|
| static void | defaultHandlerCB (const SoError *error, void *data) |
| | The default error handler callback - it just prints to stderr.
|
| |
SoMemoryError is used for errors reported due to lack of memory.
- See Also
- SoDebugError, SoReadError
Definition at line 78 of file SoMemoryError.h.
◆ ~SoMemoryError()
| virtual SoMemoryError::~SoMemoryError |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getClassTypeId()
| static SoType SoMemoryError::getClassTypeId |
( |
| ) |
|
|
inlinestatic |
◆ getHandler()
| virtual SoErrorCB * SoMemoryError::getHandler |
( |
void *& |
data | ) |
const |
|
protectedvirtual |
◆ getHandlerCallback()
| static SoErrorCB * SoMemoryError::getHandlerCallback |
( |
| ) |
|
|
inlinestatic |
◆ getHandlerData()
| static void * SoMemoryError::getHandlerData |
( |
| ) |
|
|
inlinestatic |
◆ getTypeId()
| virtual SoType SoMemoryError::getTypeId |
( |
| ) |
const |
|
virtual |
◆ initClass()
| static void SoMemoryError::initClass |
( |
| ) |
|
|
static |
◆ post()
| static void SoMemoryError::post |
( |
const char * |
whatWasAllocated | ) |
|
|
static |
◆ setHandlerCallback()
| static void SoMemoryError::setHandlerCallback |
( |
SoErrorCB * |
cb, |
|
|
void * |
data |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file:
- /home/jenkins/workspaces/mevislab/4.2.0_1/build/MeVis/ThirdParty/Sources/Inventor/include/Inventor/errors/SoMemoryError.h