SyB3R - Synthetic Benchmark for 3D Reconstruction
Public Member Functions | Protected Attributes | List of all members
syb3r::tools::TmpDir Class Reference

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 TmpDiroperator= (const TmpDir &)=delete
 
const boost::filesystem::path & getPath () const
 Returns the path to the temporary directory.
 

Protected Attributes

boost::filesystem::path m_path
 

Detailed Description

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/).


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