1#ifndef COIN_SOMEMORYERROR_H
2#define COIN_SOMEMORYERROR_H
27#include <Inventor/errors/SoError.h>
30 typedef SoError inherited;
33 static void setHandlerCallback(SoErrorCB *
const callback,
35 static SoErrorCB * getHandlerCallback(
void);
36 static void * getHandlerData(
void);
38 static SoType getClassTypeId(
void);
41 static void post(
const char *
const whatWasAllocated);
43 static void initClass(
void);
46 virtual SoErrorCBPtr
getHandler(
void * & data)
const;
50 static SoErrorCB * callback;
51 static void * callbackData;
The SoMemoryError class is used to inform of problems with memory allocation.
Definition SoMemoryError.h:29
virtual SoErrorCBPtr getHandler(void *&data) const
Definition SoMemoryError.cpp:142
static void post(const char *const whatWasAllocated)
Definition SoMemoryError.cpp:132
virtual SoType getTypeId(void) const
Definition SoMemoryError.cpp:94
The SoType class is the basis for the run-time type system in Coin.
Definition SoType.h:50
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen 1.18.0.