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

Function put

pdal/util/OStream.hpp:91–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
94 {
95 std::string os = s;

Callers 1

replaceOrPutMethod · 0.50

Calls 3

resizeMethod · 0.80
sizeMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected