Wire Sysio Wire Sysion 1.0.0
|
#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()) | |
Public Member Functions inherited from fc::temp_file_base | |
~temp_file_base () | |
operator bool () const | |
bool | operator! () const |
const fc::path & | path () const |
void | remove () |
void | release () |
Additional Inherited Members | |
Protected Types inherited from fc::temp_file_base | |
typedef std::optional< fc::path > | path_t |
Protected Member Functions inherited from fc::temp_file_base | |
temp_file_base (const path_t &path) | |
temp_file_base (path_t &&path) | |
Protected Attributes inherited from fc::temp_file_base | |
path_t | _path |
Class which creates a temporary directory inside an existing temporary directory.
Definition at line 223 of file filesystem.hpp.
fc::temp_directory::temp_directory | ( | temp_directory && | other | ) |
Definition at line 426 of file filesystem.cpp.
fc::temp_directory::temp_directory | ( | const fc::path & | tempFolder = fc::temp_directory_path() | ) |
Definition at line 416 of file filesystem.cpp.
temp_directory & fc::temp_directory::operator= | ( | temp_directory && | other | ) |
Definition at line 431 of file filesystem.cpp.