#include <set>#include <string>#include <ios>#include <cstdlib>
Go to the source code of this file.
Data Structures | |
| class | MEDSPLITTERTest_TmpFilesRemover |
Packages | |
| package | MEDSPLITTERTest_Utils |
Functions | |
| string | MEDSPLITTERTest_Utils.getResourceFile (const string &filename) |
| Get path to the resources file. | |
| string | MEDSPLITTERTest_Utils.getTmpDirectory () |
| Returns writable temporary directory. | |
| std::string | MEDSPLITTERTest_Utils.makeTmpFile (const std::string &tmpfile, const std::string &srcfile) |
| Creates a copy of source file (if source file is specified) in the temporary directory and returns a path to the tmp file. | |