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

Method Shiftbuf

plugins/nitf/io/NitfReader.hpp:57–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 typedef typename std::basic_filebuf<CharT, Traits> Base;
56
57 Shiftbuf(Shiftbuf::off_type offset) : m_offset(offset)
58 {}
59
60 protected:
61 virtual pos_type seekpos(Shiftbuf::pos_type sp,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected