Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
error.h File Reference
#include <Inventor/C/base/string.h>
#include <stdarg.h>

Go to the source code of this file.

Typedefs

typedef struct cc_error cc_error
 The cc_error type is an internal Coin structure for error management.This is a Coin extension.
 
typedef void cc_error_cb (const cc_error *err, void *data)
 

Typedef Documentation

void cc_error_cb

The definition for an error callback handler.