Elements  5.8
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | List of all members
Elements::TempFile Class Reference

#include <Temporary.h>

Inheritance diagram for Elements::TempFile:
[legend]
Collaboration diagram for Elements::TempFile:
[legend]

Public Member Functions

 TempFile (const std::string &motif=DEFAULT_TMP_MOTIF, const std::string &keep_var=DEFAULT_TMP_KEEP_VAR)
 
virtual ~TempFile ()
 
- 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 ()
 
boost::filesystem::path path () const
 
std::string motif () const
 

Detailed Description

Definition at line 64 of file Temporary.h.

Constructor & Destructor Documentation

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

Definition at line 93 of file Temporary.cpp.

References Elements::TempPath::path().

Here is the call graph for this function:

Elements::TempFile::~TempFile ( )
virtual

Definition at line 103 of file Temporary.cpp.


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