Elements
5.8
A C++ base framework for the Euclid Software.
|
#include <Temporary.h>
Public Member Functions | |
TempDir (const std::string &motif=DEFAULT_TMP_MOTIF, const std::string &keep_var=DEFAULT_TMP_KEEP_VAR) | |
virtual | ~TempDir () |
![]() | |
TempPath (const std::string &motif=DEFAULT_TMP_MOTIF, const std::string &keep_var=DEFAULT_TMP_KEEP_VAR) | |
virtual | ~TempPath () |
boost::filesystem::path | path () const |
std::string | motif () const |
Definition at line 56 of file Temporary.h.
|
explicit |
Definition at line 81 of file Temporary.cpp.
References Elements::TempPath::path().
|
virtual |
Definition at line 90 of file Temporary.cpp.