.TH "error.h" 3 "Sat Oct 12 2013" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME error.h \- .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Typedefs" .in +1c .ti -1c .RI "typedef struct cc_error \fBcc_error\fP" .br .ti -1c .RI "typedef void \fBcc_error_cb\fP (const cc_error *err, void *data)" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "void \fBcc_error_init\fP (cc_error *me)" .br .ti -1c .RI "void \fBcc_error_clean\fP (cc_error *me)" .br .ti -1c .RI "void \fBcc_error_copy\fP (const cc_error *src, cc_error *dst)" .br .ti -1c .RI "const \fBcc_string\fP * \fBcc_error_get_debug_string\fP (const cc_error *me)" .br .ti -1c .RI "void \fBcc_error_set_handler_callback\fP (cc_error_cb *func, void *data)" .br .ti -1c .RI "cc_error_cb * \fBcc_error_get_handler_callback\fP (void)" .br .ti -1c .RI "void * \fBcc_error_get_handler_data\fP (void)" .br .ti -1c .RI "void \fBcc_error_post\fP (const char *format,\&.\&.\&.)" .br .ti -1c .RI "void \fBcc_error_post_arglist\fP (const char *format, va_list args)" .br .ti -1c .RI "void \fBcc_error_set_debug_string\fP (cc_error *me, const char *str)" .br .ti -1c .RI "void \fBcc_error_append_to_debug_string\fP (cc_error *me, const char *str)" .br .ti -1c .RI "void \fBcc_error_handle\fP (cc_error *me)" .br .ti -1c .RI "cc_error_cb * \fBcc_error_get_handler\fP (void **data)" .br .ti -1c .RI "void \fBcc_error_default_handler_cb\fP (const cc_error *err, void *data)" .br .in -1c .SH "Detailed Description" .PP .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.