#include <filesystem-util.hpp>
Definition at line 57 of file filesystem-util.hpp.
◆ ~C_file()
cppx::fs_util::C_file::~C_file |
( |
| ) |
|
|
inline |
◆ C_file() [1/3]
cppx::fs_util::C_file::C_file |
( |
tag::Read |
, |
|
|
const fs::path & |
path |
|
) |
| |
|
inline |
◆ C_file() [2/3]
cppx::fs_util::C_file::C_file |
( |
tag::Write |
, |
|
|
const fs::path & |
path |
|
) |
| |
|
inline |
◆ C_file() [3/3]
cppx::fs_util::C_file::C_file |
( |
tag::Append |
, |
|
|
const fs::path & |
path |
|
) |
| |
|
inline |
◆ file_pointer()
auto cppx::fs_util::C_file::file_pointer |
( |
| ) |
const -> P_<FILE>
|
|
inline |
◆ operator P_< FILE >()
cppx::fs_util::C_file::operator P_< FILE > |
( |
| ) |
const |
|
inline |
◆ release()
auto cppx::fs_util::C_file::release |
( |
| ) |
-> P_<FILE>
|
|
inline |
The documentation for this class was generated from the following file: