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

Method ByteVectorTemp

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

Source from the content-addressed store, hash-verified

360{
361 public:
362 ByteVectorTemp(ByteType*wstart,ByteType*wend) : ByteVector(Dorky(),wstart,wend) {}
363 ByteVectorTemp(size_t) { assert(0); }
364
365 // Constructor: A ByteVector whose contents is from a string with optional length specified.

Callers

nothing calls this directly

Calls 3

DorkyClass · 0.85
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected