MCPcopy Create free account
hub / github.com/AGWA/git-crypt / temp_fstream

Class temp_fstream

util.hpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52class temp_fstream : public std::fstream {
53 std::string filename;
54public:
55 ~temp_fstream () { close(); }
56
57 void open (std::ios_base::openmode);
58 void close ();
59};
60
61void mkdir_parent (const std::string& path); // Create parent directories of path, __but not path itself__
62std::string our_exe_path ();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected