zxing-cpp v3.0
Loading...
Searching...
No Matches
ZXingCpp.h
Go to the documentation of this file.
1/*
2* Copyright 2024 Axel Waggershauser
3*/
4// SPDX-License-Identifier: Apache-2.0
5
6#pragma once
7
8#include "BarcodeFormat.h"
9#include "CreateBarcode.h"
10#include "ReadBarcode.h"
11#include "WriteBarcode.h"
12#include "Version.h"
13
14namespace ZXing {
15
16const std::string& Version();
17
18} // namespace ZXing
19
Definition Barcode.h:26
const std::string & Version()