![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
temporary directory implementation It creates temporary directory in the given path. On dealloc it removes the directory More...
#include <TransientDirectory.h>
Public Member Functions | |
| TransientDirectory () | |
| TransientDirectory (std::string const &_path) | |
| ~TransientDirectory () | |
| std::string const & | path () const |
temporary directory implementation It creates temporary directory in the given path. On dealloc it removes the directory
| if | the given path already exists, throws an exception |
Definition at line 34 of file TransientDirectory.h.
| TransientDirectory::TransientDirectory | ( | ) |
Definition at line 32 of file TransientDirectory.cpp.
| TransientDirectory::TransientDirectory | ( | std::string const & | _path | ) |
Definition at line 36 of file TransientDirectory.cpp.
| TransientDirectory::~TransientDirectory | ( | ) |
Definition at line 48 of file TransientDirectory.cpp.
|
inline |
Definition at line 41 of file TransientDirectory.h.