|
zxing-cpp v3.0
|
Go to the source code of this file.
Classes | |
| class | ZXing::CreatorOptions |
Namespaces | |
| namespace | ZXing |
Functions | |
| Barcode | ZXing::CreateBarcodeFromText (std::string_view contents, const CreatorOptions &options) |
| Barcode | ZXing::CreateBarcodeFromBytes (const void *data, int size, const CreatorOptions &options) |
| template<typename R> | |
| Barcode | ZXing::CreateBarcodeFromBytes (const R &contents, const CreatorOptions &options) |