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

Method appendBitArray

czxing/src/main/cpp/zxing/src/BitArray.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 void appendBit(bool bit) { _bits.push_back(bit); }
83
84 void appendBitArray(const BitArray& other) { _bits.insert(_bits.end(), other.begin(), other.end()); }
85
86 /**
87 * Reverses all bits in the array.

Callers 1

EncodeFunction · 0.80

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected