Elements 6.3.1
A C++ base framework for the Euclid Software.
|
#include <Temporary.h>
Public Member Functions | |
TempFile (const std::string &motif=DEFAULT_TMP_MOTIF, const std::string &keep_var=DEFAULT_TMP_KEEP_VAR) | |
virtual | ~TempFile () |
![]() | |
TempPath (const std::string &motif=DEFAULT_TMP_MOTIF, const std::string &keep_var=DEFAULT_TMP_KEEP_VAR) | |
virtual | ~TempPath () |
Path::Item | path () const |
std::string | motif () const |
Definition at line 61 of file Temporary.h.
|
explicit |
Definition at line 92 of file Temporary.cpp.
References Elements::TempPath::path().
|
virtualdefault |