Scroll to navigation

debugerror.h(3) Coin debugerror.h(3)

NAME

debugerror.h -

SYNOPSIS

#include <Inventor/C/basic.h>
 
#include <Inventor/C/errors/error.h>
 
#include <stdarg.h>
 

Typedefs


typedef enum CC_DEBUGERROR_SEVERITY CC_DEBUGERROR_SEVERITY
 
typedef struct cc_debugerror cc_debugerror
 
typedef void cc_debugerror_cb (const cc_debugerror *err, void *data)
 

Enumerations


enum CC_DEBUGERROR_SEVERITY { CC_DEBUGERROR_ERROR, CC_DEBUGERROR_WARNING, CC_DEBUGERROR_INFO }
 

Functions


void cc_debugerror_post (const char *source, const char *format,...)
 
void cc_debugerror_postwarning (const char *source, const char *format,...)
 
void cc_debugerror_postinfo (const char *source, const char *format,...)
 
void cc_debugerror_init (cc_debugerror *me)
 
void cc_debugerror_clean (cc_debugerror *me)
 
CC_DEBUGERROR_SEVERITY cc_debugerror_get_severity (const cc_debugerror *me)
 
void cc_debugerror_set_handler_callback (cc_debugerror_cb *function, void *data)
 
cc_debugerror_cb * cc_debugerror_get_handler_callback (void)
 
void * cc_debugerror_get_handler_data (void)
 
cc_debugerror_cb * cc_debugerror_get_handler (void **data)
 

Author

Generated automatically by Doxygen for Coin from the source code.
Thu May 29 2014 Version 4.0.0a