libstdc++: std::experimental::filesystem::v1::filesystem_error Class Reference (original) (raw)
#include <[fs_path.h](a17915%5Fsource.html)>
Exception type thrown by the Filesystem TS library.
Definition at line 693 of file experimental/bits/fs_path.h.
std::experimental::filesystem::v1::filesystem_error::filesystem_error ( const string & __what_arg, error_code __ec ) |
inline |
◆ filesystem_error() [2/3]
std::experimental::filesystem::v1::filesystem_error::filesystem_error ( const string & __what_arg, const path & __p1, error_code __ec ) |
inline |
◆ filesystem_error() [3/3]
std::experimental::filesystem::v1::filesystem_error::filesystem_error ( const string & __what_arg, const path & __p1, const path & __p2, error_code __ec ) |
inline |
◆ code()
const error_code & std::system_error::code ( ) const |
inlinenoexceptinherited |
◆ path1()
const path & std::experimental::filesystem::v1::filesystem_error::path1 ( ) const |
inlinenoexcept |
◆ path2()
const path & std::experimental::filesystem::v1::filesystem_error::path2 ( ) const |
inlinenoexcept |
◆ what()
const char * std::experimental::filesystem::v1::filesystem_error::what ( ) const |
inlinevirtualnoexcept |
The documentation for this class was generated from the following file: