|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 temp_file,包括所有继承而来的类成员
| cleanup() noexcept | temp_file | |
| cleanup_all_temp_files() | temp_file | static |
| create_temp_file(const string &prefix="tmp", const string &suffix=".tmp", file_creation mode=file_creation::CREATE_FORCE) | temp_file | static |
| delete_policy 枚举名称 | temp_file | |
| file() noexcept | temp_file | inline |
| file() const noexcept | temp_file | inline |
| keep() noexcept | temp_file | inline |
| operator=(temp_file &&other) noexcept | temp_file | |
| policy() const noexcept | temp_file | inline |
| register_for_cleanup(const path &temp_path) | temp_file | static |
| release() | temp_file | |
| set_delete_policy(const delete_policy policy) noexcept | temp_file | inline |
| temp_file(const string &prefix="tmp", const string &suffix=".tmp", file_creation mode=file_creation::CREATE_FORCE, delete_policy policy=delete_policy::AUTO_DELETE) | temp_file | explicit |
| temp_file(const path &existing_path, delete_policy policy=delete_policy::AUTO_DELETE) | temp_file | explicit |
| temp_file(temp_file &&other) noexcept | temp_file | |
| ~temp_file() | temp_file |