|
| filesystem_error (const string &_Message, error_code _Errcode=make_error_code(errc::operation_not_permitted)) |
|
| filesystem_error (const string &_Message, const path &_Path1, error_code _Errcode) |
|
| filesystem_error (const string &_Message, const path &_Path1, const path &_Path2, error_code _Errcode) |
|
virtual __CLR_OR_THIS_CALL | ~filesystem_error () _NOEXCEPT |
|
| filesystem_error (filesystem_error &&_Right) _NOEXCEPT |
|
filesystem_error & | operator= (filesystem_error &&_Right) _NOEXCEPT |
|
const path & | path1 () const _NOEXCEPT |
|
const path & | path2 () const _NOEXCEPT |
|
| filesystem_error (const filesystem_error &)=default |
|
filesystem_error & | operator= (const filesystem_error &)=default |
|
| system_error (error_code _Errcode) |
|
| system_error (error_code _Errcode, const string &_Message) |
|
| system_error (error_code _Errcode, const char *_Message) |
|
| system_error (int _Errval, const error_category &_Errcat) |
|
| system_error (int _Errval, const error_category &_Errcat, const string &_Message) |
|
| system_error (int _Errval, const error_category &_Errcat, const char *_Message) |
|
const error_code & | code () const _NOEXCEPT |
|
| runtime_error (const string &_Message) |
|
| runtime_error (const char *_Message) |
|
system_error(error_code _Errcode)
Definition: system_error:536
experimental::filesystem::v1::filesystem_error::filesystem_error |
( |
const string & |
_Message, |
|
|
const path & |
_Path1, |
|
|
error_code |
_Errcode |
|
) |
| |
|
inline |
path _Mypval1
Definition: filesystem:1659
system_error(error_code _Errcode)
Definition: system_error:536
experimental::filesystem::v1::filesystem_error::filesystem_error |
( |
const string & |
_Message, |
|
|
const path & |
_Path1, |
|
|
const path & |
_Path2, |
|
|
error_code |
_Errcode |
|
) |
| |
|
inline |
path _Mypval1
Definition: filesystem:1659
system_error(error_code _Errcode)
Definition: system_error:536
path _Mypval2
Definition: filesystem:1660
virtual __CLR_OR_THIS_CALL experimental::filesystem::v1::filesystem_error::~filesystem_error |
( |
| ) |
|
|
inlinevirtual |
experimental::filesystem::v1::filesystem_error::filesystem_error |
( |
filesystem_error && |
_Right | ) |
|
|
inline |
path _Mypval1
Definition: filesystem:1659
system_error(error_code _Errcode)
Definition: system_error:536
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
path _Mypval2
Definition: filesystem:1660
constexpr const _Ty &() _Right
Definition: algorithm:3591
experimental::filesystem::v1::filesystem_error::filesystem_error |
( |
const filesystem_error & |
| ) |
|
|
default |
Reimplemented from system_error.
#define _RAISE(x)
Definition: xstddef:70
Definition: system_error:529
path _Mypval1
Definition: filesystem:1659
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
path _Mypval2
Definition: filesystem:1660
constexpr const _Ty &() _Right
Definition: algorithm:3591
const path& experimental::filesystem::v1::filesystem_error::path1 |
( |
| ) |
const |
|
inline |
path _Mypval1
Definition: filesystem:1659
const path& experimental::filesystem::v1::filesystem_error::path2 |
( |
| ) |
const |
|
inline |
path _Mypval2
Definition: filesystem:1660
path experimental::filesystem::v1::filesystem_error::_Mypval1 |
|
private |
path experimental::filesystem::v1::filesystem_error::_Mypval2 |
|
private |
The documentation for this class was generated from the following file: