|
Wire Sysio Wire Sysion 1.0.0
|
#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 std::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 193 of file filesystem.hpp.
|
protected |
Definition at line 203 of file filesystem.hpp.
|
inline |
Definition at line 196 of file filesystem.hpp.

|
inlineprotected |
Definition at line 204 of file filesystem.hpp.
|
inlineprotected |
Definition at line 205 of file filesystem.hpp.
|
inline |
Definition at line 197 of file filesystem.hpp.
|
inline |
Definition at line 198 of file filesystem.hpp.
| const fc::path & fc::temp_file_base::path | ( | ) | const |
Definition at line 441 of file filesystem.cpp.

| void fc::temp_file_base::release | ( | ) |
| void fc::temp_file_base::remove | ( | ) |
Definition at line 450 of file filesystem.cpp.


|
protected |
Definition at line 206 of file filesystem.hpp.