25 ScopedFile(
const std::string &fileContents,
const std::string &fileName);
26 ScopedFile(
const std::string &fileContents,
const std::string &fileName,
const std::string &fileDirectory);
34 void doCreateFile(
const std::string &fileContents,
const std::filesystem::path &fileNameAndPath);
40 void *
operator new(size_t);
41 void operator delete(
void *);
42 void *
operator new[](size_t);
43 void operator delete[](
void *);