1#ifndef COIN_SOMEMORYERROR_H
2#define COIN_SOMEMORYERROR_H
36#include <Inventor/errors/SoError.h>
50 static void post(
const char *
const whatWasAllocated);
55 virtual SoErrorCBPtr
getHandler(
void * & data)
const;
59 static SoErrorCB * callback;
60 static void * callbackData;
The SoError class is the base class for all the error handling classes.
Definition SoError.h:50
static void initClass(void)
Definition SoError.cpp:110
static SoErrorCB * getHandlerCallback(void)
Definition SoError.cpp:198
static void setHandlerCallback(SoErrorCB *const func, void *const data)
Definition SoError.cpp:176
virtual SoErrorCBPtr getHandler(void *&data) const
Definition SoError.cpp:292
virtual SoType getTypeId(void) const
Definition SoError.cpp:149
static void post(const char *const format,...)
Definition SoError.cpp:231
static void * getHandlerData(void)
Definition SoError.cpp:208
static SoType getClassTypeId(void)
Definition SoError.cpp:136
The SoMemoryError class is used to inform of problems with memory allocation.
Definition SoMemoryError.h:38
The SoType class is the basis for the run-time type system in Coin.
Definition SoType.h:59