Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions | Variables
cxerror.cpp File Reference
#include "_cxcore.h"
#include <pthread.h>

Classes

struct  CvStackRecord
 
struct  CvContext
 

Macros

#define CV_DEFAULT_ERROR_CALLBACK   cvStdErrReport
 

Typedefs

typedef struct CvContext CvContext
 

Functions

CV_IMPL int cvStdErrReport (int code, const char *func_name, const char *err_msg, const char *file, int line, void *)
 
CV_IMPL int cvGuiBoxReport (int code, const char *func_name, const char *err_msg, const char *file, int line, void *)
 
CV_IMPL int cvNulDevReport (int, const char *, const char *, const char *, int, void *)
 
CV_IMPL CvErrorCallback cvRedirectError (CvErrorCallback func, void *userdata, void **prev_userdata)
 
CV_IMPL int cvGetErrInfo (const char **errorcode_desc, const char **description, const char **filename, int *line)
 
CV_IMPL const char * cvErrorStr (int status)
 
CV_IMPL int cvGetErrMode (void)
 
CV_IMPL int cvSetErrMode (int mode)
 
CV_IMPL int cvGetErrStatus ()
 
CV_IMPL void cvSetErrStatus (int code)
 
CV_IMPL void cvError (int code, const char *func_name, const char *err_msg, const char *file_name, int line)
 
void icvPthreadDestructor (void *key_val)
 
CV_IMPL int cvErrorFromIppStatus (int status)
 

Variables

int pthrerr = pthread_key_create( &g_TlsIndex, icvPthreadDestructor )
 

Macro Definition Documentation

#define CV_DEFAULT_ERROR_CALLBACK   cvStdErrReport

Typedef Documentation

typedef struct CvContext CvContext

Function Documentation

CV_IMPL void cvError ( int  code,
const char *  func_name,
const char *  err_msg,
const char *  file_name,
int  line 
)
CV_IMPL int cvErrorFromIppStatus ( int  status)
CV_IMPL const char* cvErrorStr ( int  status)
CV_IMPL int cvGetErrInfo ( const char **  errorcode_desc,
const char **  description,
const char **  filename,
int line 
)
CV_IMPL int cvGetErrMode ( void  )
CV_IMPL int cvGetErrStatus ( )
CV_IMPL int cvGuiBoxReport ( int  code,
const char *  func_name,
const char *  err_msg,
const char *  file,
int  line,
void *   
)
CV_IMPL int cvNulDevReport ( int  ,
const char *  ,
const char *  ,
const char *  ,
int  ,
void *   
)
CV_IMPL CvErrorCallback cvRedirectError ( CvErrorCallback  func,
void *  userdata,
void **  prev_userdata 
)
CV_IMPL int cvSetErrMode ( int  mode)
CV_IMPL void cvSetErrStatus ( int  code)
CV_IMPL int cvStdErrReport ( int  code,
const char *  func_name,
const char *  err_msg,
const char *  file,
int  line,
void *   
)
void icvPthreadDestructor ( void *  key_val)

Variable Documentation

int pthrerr = pthread_key_create( &g_TlsIndex, icvPthreadDestructor )