26 ScopedFile(
const std::string &fileContents,
const std::string &fileName);
27 ScopedFile(
const std::string &fileContents,
const std::string &fileName,
const std::string &fileDirectory);
35 void doCreateFile(
const std::string &fileContents,
const Poco::Path &fileNameAndPath);
41 void *
operator new(size_t);
42 void operator delete(
void *);
43 void *
operator new[](size_t);
44 void operator delete[](
void *);