ZBar Bar Code Reader Library  version 0.10
exception.c File Reference
Include dependency graph for exception.c:

Functions

static int exc_clear (zbarException *self)
 
static void exc_dealloc (zbarException *self)
 
static PyObject * exc_get_message (zbarException *self, void *closure)
 
static int exc_init (zbarException *self, PyObject *args, PyObject *kwds)
 
static int exc_set_message (zbarException *self, PyObject *value, void *closure)
 
static PyObject * exc_str (zbarException *self)
 
static int exc_traverse (zbarException *self, visitproc visit, void *arg)
 
PyObject * zbarErr_Set (PyObject *self)
 

Variables

static PyGetSetDef exc_getset []
 
PyTypeObject zbarException_Type
 

Function Documentation

static int exc_clear ( zbarException self)
static

Referenced by exc_dealloc().

Here is the caller graph for this function:

static void exc_dealloc ( zbarException self)
static

References exc_clear().

Here is the call graph for this function:

static PyObject* exc_get_message ( zbarException self,
void closure 
)
inlinestatic

References _zbar_error_string(), and zbarProcessor_Check.

Referenced by exc_str().

Here is the call graph for this function:

Here is the caller graph for this function:

static int exc_init ( zbarException self,
PyObject *  args,
PyObject *  kwds 
)
static
static int exc_set_message ( zbarException self,
PyObject *  value,
void closure 
)
static
static PyObject* exc_str ( zbarException self)
static

References exc_get_message().

Here is the call graph for this function:

static int exc_traverse ( zbarException self,
visitproc  visit,
void arg 
)
static
PyObject* zbarErr_Set ( PyObject *  self)

Variable Documentation

PyGetSetDef exc_getset[]
static
PyTypeObject zbarException_Type

Referenced by initzbar().