MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / ByteVector

Method ByteVector

GPRS/ByteVector.h:109–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 // The public way to do this is to use segmentTemp or create a ByteVectorTemp.
108 protected:
109 ByteVector(Dorky,ByteType*wstart,ByteType*wend)
110 : mData(0), mStart(wstart), mSizeBits(8*(wend-wstart)), mAllocEnd(wend) {}
111 //: mData(0), mStart(wstart), mEnd(wend), mAllocEnd(wend), mBitInd(0) {}
112
113 public:

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected