Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/test/temp-dir.hpp"
A RAII style temporary directory.
Definition at line 63 of file temp-dir.hpp.
Public Member Functions | |
fs::path | makeFile (string name="") |
operator fs::path const & () const | |
Private Member Functions | |
void | destroyTempDirectory () |
fs::path | establishNewFile (string prefix) |
Private Member Functions inherited from MoveOnly | |
MoveOnly (MoveOnly &&)=default | |
MoveOnly (MoveOnly const &)=delete | |
MoveOnly & | operator= (MoveOnly &&)=delete |
MoveOnly & | operator= (MoveOnly const &)=delete |
Static Private Member Functions | |
static fs::path | establishNewDirectory () |
Private Attributes | |
fs::path | loc_ |