#include <storage.h>
Public Member Functions | |
virtual const boost::filesystem::path & | getPath () const =0 |
virtual | ~TempDir () |
Protected Member Functions | |
TempDir () |
megatree::TempDir::TempDir | ( | ) | [inline, protected] |
virtual megatree::TempDir::~TempDir | ( | ) | [inline, virtual] |
virtual const boost::filesystem::path& megatree::TempDir::getPath | ( | ) | const [pure virtual] |
Implemented in megatree::HbaseTempDir, and megatree::DiskTempDir.