libstdc++: std::experimental::filesystem::v1::filesystem_error Class Reference (original) (raw)

#include <[fs_path.h](a17915%5Fsource.html)>

Public Member Functions
filesystem_error (const string &__what_arg, const path &__p1, const path &__p2, error_code __ec)
filesystem_error (const string &__what_arg, const path &__p1, error_code __ec)
filesystem_error (const string &__what_arg, error_code __ec)
const error_code & code () const noexcept
const path & path1 () const noexcept
const path & path2 () const noexcept
const char * what () const noexcept

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: