BitShares-Core
7.0.0
BitShares blockchain node software and command-line wallet software
|
#include <filesystem.hpp>
Public Member Functions | |
temp_directory (temp_directory &&other) | |
temp_directory & | operator= (temp_directory &&other) |
temp_directory (const fc::path &tempFolder=fc::temp_directory_path()) | |
![]() | |
~temp_file_base () | |
operator bool () const | |
bool | operator! () const |
const fc::path & | path () const |
void | remove () |
void | release () |
Additional Inherited Members | |
![]() | |
typedef fc::optional< fc::path > | path_t |
![]() | |
temp_file_base (const path_t &path) | |
temp_file_base (path_t &&path) | |
![]() | |
path_t | _path |
Class which creates a temporary directory inside an existing temporary directory.
Definition at line 222 of file filesystem.hpp.
fc::temp_directory::temp_directory | ( | temp_directory && | other | ) |
Definition at line 403 of file filesystem.cpp.
fc::temp_directory::temp_directory | ( | const fc::path & | tempFolder = fc::temp_directory_path() | ) |
Definition at line 393 of file filesystem.cpp.
temp_directory & fc::temp_directory::operator= | ( | temp_directory && | other | ) |
Definition at line 408 of file filesystem.cpp.