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

Method initialize

pdal/util/Charbuf.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41void Charbuf::initialize(char *buf, size_t count, std::ios::pos_type bufOffset)
42{
43 m_bufOffset = bufOffset;
44 m_buf = buf;
45 setg(buf, buf, buf + count);
46 setp(buf, buf + count);
47}
48
49
50std::ios::pos_type Charbuf::seekpos(std::ios::pos_type pos,

Callers 1

prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected