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

Method ArbiterOutStream

pdal/PDALUtils.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228{
229public:
230 ArbiterOutStream(const std::string& localPath,
231 const std::string& remotePath, std::ios::openmode mode) :
232 std::ofstream(localPath, mode),
233 m_remotePath(remotePath),
234 m_localFile(localPath)
235 {}
236
237 virtual ~ArbiterOutStream()
238 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected