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

Functions

static int symboliter_clear (zbarSymbolIter *self)
 
static void symboliter_dealloc (zbarSymbolIter *self)
 
static zbarSymbolItersymboliter_iter (zbarSymbolIter *self)
 
static zbarSymbolsymboliter_iternext (zbarSymbolIter *self)
 
static int symboliter_traverse (zbarSymbolIter *self, visitproc visit, void *arg)
 
zbarSymbolIterzbarSymbolIter_FromSymbolSet (zbarSymbolSet *syms)
 

Variables

static char symboliter_doc []
 
PyTypeObject zbarSymbolIter_Type
 

Function Documentation

static int symboliter_clear ( zbarSymbolIter self)
static

References zbar_symbol_ref().

Referenced by symboliter_dealloc().

Here is the call graph for this function:

Here is the caller graph for this function:

static void symboliter_dealloc ( zbarSymbolIter self)
static

References symboliter_clear().

Here is the call graph for this function:

static zbarSymbolIter* symboliter_iter ( zbarSymbolIter self)
static
static zbarSymbol* symboliter_iternext ( zbarSymbolIter self)
static

References zbar_symbol_next(), zbar_symbol_ref(), zbar_symbol_set_first_symbol(), and zbarSymbol_FromSymbol().

Here is the call graph for this function:

static int symboliter_traverse ( zbarSymbolIter self,
visitproc  visit,
void arg 
)
static
zbarSymbolIter* zbarSymbolIter_FromSymbolSet ( zbarSymbolSet syms)

References zbarSymbolIter_Type.

Referenced by image_iter(), symbol_iter(), and symbolset_iter().

Here is the caller graph for this function:

Variable Documentation

char symboliter_doc[]
static
PyTypeObject zbarSymbolIter_Type