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

Function position

pdal/util/Inserter.hpp:86–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 m_pptr += len;
85 }
86 std::size_t position() const
87 { return m_pptr - m_pbase; }
88
89 virtual Inserter& operator << (uint8_t v) = 0;
90 virtual Inserter& operator << (int8_t v) = 0;

Callers 3

readMethod · 0.50
writeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected