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

Method TempFile

pdal/PDALUtils.cpp:214–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212{
213public:
214 TempFile(const std::string path) : m_filename(path)
215 {}
216
217 virtual ~TempFile()
218 { FileUtils::deleteFile(m_filename); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected