MCPcopy Create free account
hub / github.com/comaps/comaps / TemporaryFile

Method TemporaryFile

tools/track_analyzing/temporary_file.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace std;
8
9TemporaryFile::TemporaryFile() : m_filePath(GetPlatform().TmpPathForFile()) {}
10
11TemporaryFile::TemporaryFile(std::string const & namePrefix, std::string const & nameSuffix)
12 : m_filePath(GetPlatform().TmpPathForFile(namePrefix, nameSuffix))

Callers

nothing calls this directly

Calls 1

TmpPathForFileMethod · 0.45

Tested by

no test coverage detected