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
SymbolIterator Class Reference
iteration over Symbol result objects in a scanned Image or SymbolSet. More...
#include <Symbol.h>
Public Member Functions | |
| SymbolIterator () | |
| default constructor. | |
| SymbolIterator (const SymbolSet &syms) | |
| constructor. | |
| SymbolIterator (const SymbolIterator &iter) | |
| copy constructor. | |
| SymbolIterator & | operator++ () |
| advance iterator to next Symbol. | |
| const Symbol | operator* () const |
| retrieve currently referenced Symbol. | |
| const Symbol * | operator-> () const |
| access currently referenced Symbol. | |
| bool | operator== (const SymbolIterator &iter) const |
| test if two iterators refer to the same Symbol | |
| bool | operator!= (const SymbolIterator &iter) const |
| test if two iterators refer to the same Symbol | |
Detailed Description
iteration over Symbol result objects in a scanned Image or SymbolSet.
Definition at line 350 of file Symbol.h.
Constructor & Destructor Documentation
| SymbolIterator | ( | ) |
| SymbolIterator | ( | const SymbolSet & | syms ) |
| SymbolIterator | ( | const SymbolIterator & | iter ) |
Member Function Documentation
| bool operator!= | ( | const SymbolIterator & | iter ) | const |
| const Symbol operator* | ( | ) | const |
| SymbolIterator& operator++ | ( | ) |
| const Symbol* operator-> | ( | ) | const |
| bool operator== | ( | const SymbolIterator & | iter ) | const |
Generated on Tue Jul 12 2022 21:31:48 by
1.7.2