MCPcopy Create free account
hub / github.com/PDAL/PDAL / Charbuf

Function Charbuf

pdal/util/Charbuf.hpp:68–69  ·  view source on GitHub ↗

Construct a Charbuf that wraps a byte vector. \param v Byte vector to back streambuf. \param bufOffset Offset in vector (ignore bytes before offset). */

Source from the content-addressed store, hash-verified

66 \param bufOffset Offset in vector (ignore bytes before offset).
67 */
68 Charbuf(std::vector<char>& v, pos_type bufOffset = 0)
69 { initialize(v.data(), v.size(), bufOffset); }
70
71 /**
72 Construct a Charbuf that wraps a byte buffer.

Callers 1

Charbuf.hppFile · 0.85

Calls 3

initializeFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected