Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BarcodeReader_F103
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 ) |
Member Function Documentation
| operator const zbar_symbol_set_t * | ( | ) | const |
| void ref | ( | int | delta = 1 ) |
const |
| SymbolIterator symbol_begin | ( | ) | const |
create a new SymbolIterator over decoded results.
| const SymbolIterator symbol_end | ( | ) | const |
return a SymbolIterator suitable for ending iteration.
Generated on Tue Jul 12 2022 21:31:48 by
1.7.2