|
enum | std::experimental::filesystem::v1::copy_options : unsigned short {
none,
skip_existing,
overwrite_existing,
update_existing,
recursive,
copy_symlinks,
skip_symlinks,
directories_only,
create_symlinks,
create_hard_links
} |
|
enum | directory_options : unsigned char { none,
follow_directory_symlink,
skip_permission_denied
} |
|
enum | file_type : signed char {
none,
not_found,
regular,
directory,
symlink,
block,
character,
fifo,
socket,
unknown
} |
|
enum | std::experimental::filesystem::v1::perms : unsigned {
none,
owner_read,
owner_write,
owner_exec,
owner_all,
group_read,
group_write,
group_exec,
group_all,
others_read,
others_write,
others_exec,
others_all,
all,
set_uid,
set_gid,
sticky_bit,
mask,
unknown,
add_perms,
remove_perms,
symlink_nofollow
} |
|
|
constexpr copy_options | std::experimental::filesystem::v1::operator& (copy_options __x, copy_options __y) noexcept |
|
constexpr perms | std::experimental::filesystem::v1::operator& (perms __x, perms __y) noexcept |
|
constexpr directory_options | std::experimental::filesystem::v1::operator& (directory_options __x, directory_options __y) noexcept |
|
copy_options & | std::experimental::filesystem::v1::operator&= (copy_options &__x, copy_options __y) noexcept |
|
perms & | std::experimental::filesystem::v1::operator&= (perms &__x, perms __y) noexcept |
|
directory_options & | std::experimental::filesystem::v1::operator&= (directory_options &__x, directory_options __y) noexcept |
|
constexpr copy_options | std::experimental::filesystem::v1::operator^ (copy_options __x, copy_options __y) noexcept |
|
constexpr perms | std::experimental::filesystem::v1::operator^ (perms __x, perms __y) noexcept |
|
constexpr directory_options | std::experimental::filesystem::v1::operator^ (directory_options __x, directory_options __y) noexcept |
|
copy_options & | std::experimental::filesystem::v1::operator^= (copy_options &__x, copy_options __y) noexcept |
|
perms & | std::experimental::filesystem::v1::operator^= (perms &__x, perms __y) noexcept |
|
directory_options & | std::experimental::filesystem::v1::operator^= (directory_options &__x, directory_options __y) noexcept |
|
constexpr copy_options | std::experimental::filesystem::v1::operator| (copy_options __x, copy_options __y) noexcept |
|
constexpr perms | std::experimental::filesystem::v1::operator| (perms __x, perms __y) noexcept |
|
constexpr directory_options | std::experimental::filesystem::v1::operator| (directory_options __x, directory_options __y) noexcept |
|
copy_options & | std::experimental::filesystem::v1::operator|= (copy_options &__x, copy_options __y) noexcept |
|
perms & | std::experimental::filesystem::v1::operator|= (perms &__x, perms __y) noexcept |
|
directory_options & | std::experimental::filesystem::v1::operator|= (directory_options &__x, directory_options __y) noexcept |
|
constexpr copy_options | std::experimental::filesystem::v1::operator~ (copy_options __x) noexcept |
|
constexpr perms | std::experimental::filesystem::v1::operator~ (perms __x) noexcept |
|
constexpr directory_options | std::experimental::filesystem::v1::operator~ (directory_options __x) noexcept |
|
|
void | std::experimental::filesystem::v1::copy (const path &__from, const path &__to, copy_options __options) |
|
void | std::experimental::filesystem::v1::copy (const path &__from, const path &__to, copy_options __options, error_code &) noexcept |
|
bool | std::experimental::filesystem::v1::copy_file (const path &__from, const path &__to, copy_options __option) |
|
bool | std::experimental::filesystem::v1::copy_file (const path &__from, const path &__to, copy_options __option, error_code &) noexcept |
|
path | std::experimental::filesystem::v1::current_path () |
|
file_status | std::experimental::filesystem::v1::status (const path &) |
|
file_status | std::experimental::filesystem::v1::status (const path &, error_code &) noexcept |
|
bool | std::experimental::filesystem::v1::status_known (file_status) noexcept |
|
file_status | std::experimental::filesystem::v1::symlink_status (const path &) |
|
file_status | std::experimental::filesystem::v1::symlink_status (const path &, error_code &) noexcept |
|
bool | std::experimental::filesystem::v1::is_regular_file (file_status) noexcept |
|
bool | std::experimental::filesystem::v1::is_symlink (file_status) noexcept |
|
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <experimental/filesystem>.
Definition in file fs_fwd.h.