zbar::SymbolSet Class Reference

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

List of all members.

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.
int get_size ()
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.


The documentation for this class was generated from the following file:

SourceForge.net Logo
spadix@users.sourceforge.net

Copyright 2008-2010 (c) Jeff Brown

This documentation is part of the ZBar Barcode Reader; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.