SyB3R - Synthetic Benchmark for 3D Reconstruction
|
Creates a temporary directory in a suitable location that is deleted when the class instance is destroyed. More...
#include <libs/Common/source/syb3r/tools/TmpDir.h>
Public Member Functions | |
TmpDir (const TmpDir &)=delete | |
const TmpDir & | operator= (const TmpDir &)=delete |
const boost::filesystem::path & | getPath () const |
Returns the path to the temporary directory. | |
Protected Attributes | |
boost::filesystem::path | m_path |
Creates a temporary directory in a suitable location that is deleted when the class instance is destroyed.
The directory is created as a subdirectory of the temp folder (usually /tmp/).