Public Member Functions | |
const boost::filesystem::path & | getPath () const |
TempDirectory (const std::string &prefix="", bool remove=true) | |
~TempDirectory () | |
Private Attributes | |
boost::filesystem::path | path_ |
bool | remove_ |
Definition at line 11 of file create.cpp.
TempDirectory::TempDirectory | ( | const std::string & | prefix = "" , |
bool | remove = true |
||
) | [inline] |
Definition at line 14 of file create.cpp.
TempDirectory::~TempDirectory | ( | ) | [inline] |
Definition at line 25 of file create.cpp.
const boost::filesystem::path& TempDirectory::getPath | ( | ) | const [inline] |
Definition at line 31 of file create.cpp.
boost::filesystem::path TempDirectory::path_ [private] |
Definition at line 37 of file create.cpp.
bool TempDirectory::remove_ [private] |
Definition at line 38 of file create.cpp.