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

Method VSIIStream

pdal/util/VSIIO.hpp:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 virtual ~VSIIStream();
59
60 VSIIStream(const VSIIStream &) = delete;
61 VSIIStream &operator=(const VSIIStream &) = delete;
62 VSIIStream(VSIIStream &&) = delete;
63 VSIIStream &operator=(VSIIStream &&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected