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

Functions

static int symbolset_clear (zbarSymbolSet *self)
 
static void symbolset_dealloc (zbarSymbolSet *self)
 
static zbarSymbolItersymbolset_iter (zbarSymbolSet *self)
 
Py_ssize_t symbolset_length (zbarSymbolSet *self)
 
zbarSymbolSetzbarSymbolSet_FromSymbolSet (const zbar_symbol_set_t *zsyms)
 

Variables

static PySequenceMethods symbolset_as_sequence
 
static char symbolset_doc []
 
PyTypeObject zbarSymbolSet_Type
 

Function Documentation

static int symbolset_clear ( zbarSymbolSet self)
static

References zbar_symbol_set_ref().

Referenced by symbolset_dealloc().

Here is the call graph for this function:

Here is the caller graph for this function:

static void symbolset_dealloc ( zbarSymbolSet self)
static

References symbolset_clear().

Here is the call graph for this function:

static zbarSymbolIter* symbolset_iter ( zbarSymbolSet self)
static

References zbarSymbolIter_FromSymbolSet().

Here is the call graph for this function:

Py_ssize_t symbolset_length ( zbarSymbolSet self)

References zbar_symbol_set_get_size().

Here is the call graph for this function:

zbarSymbolSet* zbarSymbolSet_FromSymbolSet ( const zbar_symbol_set_t *  zsyms)

References zbar_symbol_set_ref(), and zbarSymbolSet_Type.

Referenced by image_get_symbols(), imagescanner_get_results(), processor_get_results(), and symbol_get_components().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

PySequenceMethods symbolset_as_sequence
static
char symbolset_doc[]
static
PyTypeObject zbarSymbolSet_Type