Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
BC_QRCoderEncoder.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "fxbarcode/qrcode/BC_QRCoderEncoder.h"
#include <stdint.h>
#include <algorithm>
#include <memory>
#include <utility>
#include <vector>
#include "core/fxcrt/data_vector.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/span_util.h"
#include "fxbarcode/common/BC_CommonByteMatrix.h"
#include "fxbarcode/common/reedsolomon/BC_ReedSolomon.h"
#include "fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h"
#include "fxbarcode/qrcode/BC_QRCoder.h"
#include "fxbarcode/qrcode/BC_QRCoderBitVector.h"
#include "fxbarcode/qrcode/BC_QRCoderECBlocks.h"
#include "fxbarcode/qrcode/BC_QRCoderMaskUtil.h"
#include "fxbarcode/qrcode/BC_QRCoderMatrixUtil.h"
#include "fxbarcode/qrcode/BC_QRCoderMode.h"
#include "fxbarcode/qrcode/BC_QRCoderVersion.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
#include "third_party/base/check.h"
#include "third_party/base/check_op.h"
+ Include dependency graph for BC_QRCoderEncoder.cpp:

Go to the source code of this file.

Typedefs

using ModeStringPair = std::pair<CBC_QRCoderMode*, ByteString>
 

Typedef Documentation

◆ ModeStringPair

typedef std::pair< CBC_QRCoderMode *, ByteString > ModeStringPair = std::pair<CBC_QRCoderMode*, ByteString>

Definition at line 49 of file BC_QRCoderEncoder.cpp.