|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
RAII temporary directory with automatic cleanup. More...
#include <TempFile.hpp>
Public Member Functions | |
| TempDir () | |
| TempDir (TempDir const &)=delete | |
| ~TempDir () | |
| std::string | file (std::string const &name) const |
| Return a path inside this directory (file need not exist yet). | |
| TempDir & | operator= (TempDir const &)=delete |
| std::string const & | path () const |
RAII temporary directory with automatic cleanup.
Creates a unique temporary directory and recursively removes it in the destructor.
|
inline |
|
inline |
|
delete |
|
inline |
Return a path inside this directory (file need not exist yet).
|
inline |