MCPcopy Create free account
hub / github.com/devilsen/CZXing / startRow

Method startRow

czxing/src/main/cpp/zxing/src/pdf417/PDFEncoder.h:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void startRow() {
99 ++_currentRow;
100 }
101
102 const BarcodeRow& currentRow() const {
103 return _matrix[_currentRow];

Callers 1

EncodeLowLevelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected