Elements 6.3.3
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Elements::TempDir Class Reference

#include <Temporary.h>

Inheritance diagram for Elements::TempDir:
Collaboration diagram for Elements::TempDir:

Public Member Functions

 TempDir (const std::string &motif=DEFAULT_TMP_MOTIF, const std::string &keep_var=DEFAULT_TMP_KEEP_VAR)
virtual ~TempDir ()
Public Member Functions inherited from Elements::TempPath
 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

Detailed Description

Definition at line 55 of file Temporary.h.

Constructor & Destructor Documentation

◆ TempDir()

Elements::TempDir::TempDir ( const std::string & motif = DEFAULT_TMP_MOTIF,
const std::string & keep_var = DEFAULT_TMP_KEEP_VAR )
explicit

Definition at line 83 of file Temporary.cpp.

References Elements::TempPath::path(), and Elements::TempPath::TempPath().

Here is the call graph for this function:

◆ ~TempDir()

Elements::TempDir::~TempDir ( )
virtualdefault

The documentation for this class was generated from the following files: