#include <filesystem.hpp>
◆ filesystem_error() [1/3]
ghc::filesystem::filesystem_error::filesystem_error |
( |
const std::string & |
what_arg, |
|
|
std::error_code |
ec |
|
) |
| |
|
inline |
◆ filesystem_error() [2/3]
ghc::filesystem::filesystem_error::filesystem_error |
( |
const std::string & |
what_arg, |
|
|
const path & |
p1, |
|
|
std::error_code |
ec |
|
) |
| |
|
inline |
◆ filesystem_error() [3/3]
ghc::filesystem::filesystem_error::filesystem_error |
( |
const std::string & |
what_arg, |
|
|
const path & |
p1, |
|
|
const path & |
p2, |
|
|
std::error_code |
ec |
|
) |
| |
|
inline |
◆ path1()
const path & ghc::filesystem::filesystem_error::path1 |
( |
| ) |
const |
|
inlinenoexcept |
◆ path2()
const path & ghc::filesystem::filesystem_error::path2 |
( |
| ) |
const |
|
inlinenoexcept |
◆ what()
const char * ghc::filesystem::filesystem_error::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
The documentation for this class was generated from the following file: