BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <filesystem.hpp>
Public Member Functions | |
~temp_file_base () | |
operator bool () const | |
bool | operator! () const |
const fc::path & | path () const |
void | remove () |
void | release () |
Protected Types | |
typedef fc::optional< fc::path > | path_t |
Protected Member Functions | |
temp_file_base (const path_t &path) | |
temp_file_base (path_t &&path) | |
Protected Attributes | |
path_t | _path |
Class which creates a temporary directory inside an existing temporary directory.
Definition at line 192 of file filesystem.hpp.
|
protected |
Definition at line 202 of file filesystem.hpp.
|
inline |
Definition at line 195 of file filesystem.hpp.
|
inlineprotected |
Definition at line 203 of file filesystem.hpp.
|
inlineprotected |
Definition at line 204 of file filesystem.hpp.
|
inline |
Definition at line 196 of file filesystem.hpp.
|
inline |
Definition at line 197 of file filesystem.hpp.
const fc::path & fc::temp_file_base::path | ( | ) | const |
Definition at line 418 of file filesystem.cpp.
void fc::temp_file_base::release | ( | ) |
Definition at line 443 of file filesystem.cpp.
void fc::temp_file_base::remove | ( | ) |
Definition at line 427 of file filesystem.cpp.
|
protected |
Definition at line 205 of file filesystem.hpp.