Zoltan Hudak / zbar

Dependents:   BarcodeReader_F103

Embed: (wiki syntax)

« Back to documentation index

SymbolSet Class Reference

SymbolSet Class Reference

container for decoded result symbols associated with an image or a composite symbol. More...

#include <Symbol.h>

Public Member Functions

 SymbolSet (const zbar_symbol_set_t *syms=NULL)
 constructor.
 SymbolSet (const SymbolSet &syms)
 copy constructor.
 ~SymbolSet ()
 destructor.
void ref (int delta=1) const
 manipulate reference count.
 operator const zbar_symbol_set_t * () const
 cast to C symbol set.
SymbolIterator symbol_begin () const
 create a new SymbolIterator over decoded results.
const SymbolIterator symbol_end () const
 return a SymbolIterator suitable for ending iteration.

Detailed Description

container for decoded result symbols associated with an image or a composite symbol.

Definition at line 45 of file Symbol.h.


Constructor & Destructor Documentation

SymbolSet ( const zbar_symbol_set_t syms = NULL )

constructor.

Definition at line 48 of file Symbol.h.

SymbolSet ( const SymbolSet syms )

copy constructor.

Definition at line 55 of file Symbol.h.

~SymbolSet (  )

destructor.

Definition at line 62 of file Symbol.h.


Member Function Documentation

operator const zbar_symbol_set_t * (  ) const

cast to C symbol set.

Definition at line 75 of file Symbol.h.

void ref ( int  delta = 1 ) const

manipulate reference count.

Definition at line 68 of file Symbol.h.

SymbolIterator symbol_begin (  ) const

create a new SymbolIterator over decoded results.

Definition at line 430 of file Symbol.h.

const SymbolIterator symbol_end (  ) const

return a SymbolIterator suitable for ending iteration.

Definition at line 434 of file Symbol.h.