Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
read
Method · 0.50
write
Method · 0.50
getCurrentPageAndOffset
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected