Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ VSIOStream
Method
VSIOStream
pdal/util/VSIIO.hpp:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
virtual ~VSIOStream();
75
76
VSIOStream(const VSIOStream &) = delete;
77
VSIOStream &operator=(const VSIOStream &) = delete;
78
VSIOStream(VSIOStream &&) = delete;
79
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected