#include <disk_storage.h>
Public Member Functions | |
DiskTempDir (const boost::filesystem::path &prefix="", bool remove=true) | |
const boost::filesystem::path & | getPath () const |
~DiskTempDir () | |
Private Attributes | |
boost::filesystem::path | path_ |
bool | remove_ |
Definition at line 38 of file disk_storage.h.
megatree::DiskTempDir::DiskTempDir | ( | const boost::filesystem::path & | prefix = "" , |
bool | remove = true |
||
) | [inline] |
Definition at line 41 of file disk_storage.h.
megatree::DiskTempDir::~DiskTempDir | ( | ) | [inline] |
Definition at line 52 of file disk_storage.h.
const boost::filesystem::path& megatree::DiskTempDir::getPath | ( | ) | const [inline, virtual] |
Implements megatree::TempDir.
Definition at line 58 of file disk_storage.h.
boost::filesystem::path megatree::DiskTempDir::path_ [private] |
Definition at line 64 of file disk_storage.h.
bool megatree::DiskTempDir::remove_ [private] |
Definition at line 65 of file disk_storage.h.