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

Function seek

pdal/util/OStream.hpp:89–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 PDAL_EXPORT operator bool ()
88 { return (bool)(*m_stream); }
89 PDAL_EXPORT void seek(std::streampos pos)
90 { m_stream->seekp(pos, std::ostream::beg); }
91 PDAL_EXPORT void put(const std::string& s)
92 { put(s, s.size()); }
93 PDAL_EXPORT void put(const std::string& s, size_t len)

Callers 9

readyMethod · 0.50
readMethod · 0.50
readyMethod · 0.50
readMethod · 0.50
readMethod · 0.50
writeMethod · 0.50
extendMethod · 0.50
readPhysicalPageMethod · 0.50
writePhysicalPageMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected