Definition at line 50 of file casacore.cc.
◆ TmpPath()
Definition at line 52 of file casacore.cc.
53 : path_(boost::filesystem::unique_path(boost::filesystem::temp_directory_path() /
54 "%%%%-%%%%-%%%%-%%%%.ms")) {}
◆ ~TmpPath()
Definition at line 55 of file casacore.cc.
56 if (boost::filesystem::exists(
path())) boost::filesystem::remove_all(
path());
boost::filesystem::path const & path() const
References path().
◆ path()
boost::filesystem::path const& TmpPath::path |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: