libstdc++
Collaboration diagram for Filesystem TS:

Files

file  experimental/filesystem
 

Typedefs

typedef iterator std::experimental::filesystem::v1::path::const_iterator
 
typedef ptrdiff_t std::experimental::filesystem::v1::directory_iterator::difference_type
 
typedef ptrdiff_t std::experimental::filesystem::v1::recursive_directory_iterator::difference_type
 
using std::experimental::filesystem::v1::path::iterator::difference_type = std::ptrdiff_t
 
using std::experimental::filesystem::file_time_type = std::chrono::system_clock::time_point
 
typedef input_iterator_tag std::experimental::filesystem::v1::directory_iterator::iterator_category
 
typedef input_iterator_tag std::experimental::filesystem::v1::recursive_directory_iterator::iterator_category
 
using std::experimental::filesystem::v1::path::iterator::iterator_category = std::bidirectional_iterator_tag
 
using std::experimental::filesystem::v1::path::iterator::pointer = const path *
 
using std::experimental::filesystem::v1::path::iterator::reference = const path &
 
typedef std::basic_string< value_type > std::experimental::filesystem::v1::path::string_type
 
typedef directory_entry std::experimental::filesystem::v1::directory_iterator::value_type
 
typedef char std::experimental::filesystem::v1::path::value_type
 
typedef directory_entry std::experimental::filesystem::v1::recursive_directory_iterator::value_type
 
using std::experimental::filesystem::v1::path::iterator::value_type = path
 

Enumerations

enum  std::experimental::filesystem::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::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
}
 

Functions

 std::experimental::filesystem::v1::directory_entry::directory_entry (const directory_entry &)=default
 
 std::experimental::filesystem::v1::directory_entry::directory_entry (const filesystem::path &__p)
 
 std::experimental::filesystem::v1::directory_entry::directory_entry (directory_entry &&) noexcept=default
 
 std::experimental::filesystem::v1::directory_iterator::directory_iterator (const directory_iterator &__rhs)=default
 
 std::experimental::filesystem::v1::directory_iterator::directory_iterator (const path &__p)
 
 std::experimental::filesystem::v1::directory_iterator::directory_iterator (const path &__p, directory_options __options)
 
 std::experimental::filesystem::v1::directory_iterator::directory_iterator (const path &__p, directory_options __options, error_code &__ec) noexcept
 
 std::experimental::filesystem::v1::directory_iterator::directory_iterator (const path &__p, error_code &__ec) noexcept
 
 std::experimental::filesystem::v1::directory_iterator::directory_iterator (directory_iterator &&__rhs) noexcept=default
 
 std::experimental::filesystem::v1::file_status::file_status (const file_status &) noexcept=default
 
 std::experimental::filesystem::v1::file_status::file_status (file_status &&) noexcept=default
 
 std::experimental::filesystem::v1::file_status::file_status (file_type __ft=file_type::none, perms __prms=perms::unknown) noexcept
 
 std::experimental::filesystem::v1::filesystem_error::filesystem_error (const string &__what_arg, const path &__p1, const path &__p2, error_code __ec)
 
 std::experimental::filesystem::v1::filesystem_error::filesystem_error (const string &__what_arg, const path &__p1, error_code __ec)
 
 std::experimental::filesystem::v1::filesystem_error::filesystem_error (const string &__what_arg, error_code __ec)
 
 std::experimental::filesystem::v1::path::iterator::iterator (const iterator &)=default
 
template<typename _InputIterator , typename _Require = __detail::_Path<_InputIterator, _InputIterator>>
 std::experimental::filesystem::v1::path::path (_InputIterator __first, _InputIterator __last)
 
template<typename _InputIterator , typename _Require = __detail::_Path<_InputIterator, _InputIterator>, typename _Require2 = __detail::__value_type_is_char<_InputIterator>>
 std::experimental::filesystem::v1::path::path (_InputIterator __first, _InputIterator __last, const locale &__loc)
 
template<typename _Source , typename _Require = __detail::_Path<_Source>>
 std::experimental::filesystem::v1::path::path (_Source const &__source)
 
template<typename _Source , typename _Require = __detail::_Path<_Source>, typename _Require2 = __detail::__value_type_is_char<_Source>>
 std::experimental::filesystem::v1::path::path (_Source const &__source, const locale &__loc)
 
 std::experimental::filesystem::v1::path::path (const path &__p)=default
 
 std::experimental::filesystem::v1::path::path (path &&__p) noexcept
 
 std::experimental::filesystem::v1::path::path (string_type &&__source)
 
 std::experimental::filesystem::v1::recursive_directory_iterator::recursive_directory_iterator (const path &__p)
 
 std::experimental::filesystem::v1::recursive_directory_iterator::recursive_directory_iterator (const path &__p, directory_options __options)
 
 std::experimental::filesystem::v1::recursive_directory_iterator::recursive_directory_iterator (const path &__p, directory_options __options, error_code &__ec) noexcept
 
 std::experimental::filesystem::v1::recursive_directory_iterator::recursive_directory_iterator (const path &__p, error_code &__ec) noexcept
 
 std::experimental::filesystem::v1::recursive_directory_iterator::recursive_directory_iterator (const recursive_directory_iterator &)=default
 
 std::experimental::filesystem::v1::recursive_directory_iterator::recursive_directory_iterator (recursive_directory_iterator &&)=default
 
path std::experimental::filesystem::absolute (const path &__p, const path &__base=current_path())
 
template<typename _InputIterator >
__detail::_Path< _InputIterator, _InputIterator > & std::experimental::filesystem::v1::path::append (_InputIterator __first, _InputIterator __last)
 
template<typename _Source >
__detail::_Path< _Source > & std::experimental::filesystem::v1::path::append (_Source const &__source)
 
template<typename _InputIterator >
__detail::_Path< _InputIterator, _InputIterator > & std::experimental::filesystem::v1::path::assign (_InputIterator __first, _InputIterator __last)
 
template<typename _Source >
__detail::_Path< _Source > & std::experimental::filesystem::v1::path::assign (_Source const &__source)
 
void std::experimental::filesystem::v1::directory_entry::assign (const filesystem::path &__p)
 
pathstd::experimental::filesystem::v1::path::assign (string_type &&__source)
 
iterator std::experimental::filesystem::v1::path::begin () const
 
directory_iterator std::experimental::filesystem::begin (directory_iterator __iter) noexcept
 
recursive_directory_iterator std::experimental::filesystem::begin (recursive_directory_iterator __iter) noexcept
 
const value_type * std::experimental::filesystem::v1::path::c_str () const noexcept
 
path std::experimental::filesystem::canonical (const path &__p, const path &__base, error_code &__ec)
 
path std::experimental::filesystem::canonical (const path &__p, const path &__base=current_path())
 
path std::experimental::filesystem::canonical (const path &__p, error_code &__ec)
 
void std::experimental::filesystem::v1::path::clear () noexcept
 
int std::experimental::filesystem::v1::path::compare (const basic_string_view< value_type > __s) const
 
int std::experimental::filesystem::v1::path::compare (const path &__p) const noexcept
 
int std::experimental::filesystem::v1::path::compare (const string_type &__s) const
 
int std::experimental::filesystem::v1::path::compare (const value_type *__s) const
 
template<typename _InputIterator >
__detail::_Path< _InputIterator, _InputIterator > & std::experimental::filesystem::v1::path::concat (_InputIterator __first, _InputIterator __last)
 
template<typename _Source >
__detail::_Path< _Source > & std::experimental::filesystem::v1::path::concat (_Source const &__x)
 
void std::experimental::filesystem::copy (const path &__from, const path &__to)
 
void std::experimental::filesystem::copy (const path &__from, const path &__to, copy_options __options)
 
void std::experimental::filesystem::copy (const path &__from, const path &__to, copy_options __options, error_code &) noexcept
 
void std::experimental::filesystem::copy (const path &__from, const path &__to, error_code &__ec) noexcept
 
bool std::experimental::filesystem::copy_file (const path &__from, const path &__to)
 
bool std::experimental::filesystem::copy_file (const path &__from, const path &__to, copy_options __option)
 
bool std::experimental::filesystem::copy_file (const path &__from, const path &__to, copy_options __option, error_code &) noexcept
 
bool std::experimental::filesystem::copy_file (const path &__from, const path &__to, error_code &__ec) noexcept
 
void std::experimental::filesystem::copy_symlink (const path &__existing_symlink, const path &__new_symlink)
 
void std::experimental::filesystem::copy_symlink (const path &__existing_symlink, const path &__new_symlink, error_code &__ec) noexcept
 
bool std::experimental::filesystem::create_directories (const path &__p)
 
bool std::experimental::filesystem::create_directories (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::create_directory (const path &__p)
 
bool std::experimental::filesystem::create_directory (const path &__p, const path &attributes)
 
bool std::experimental::filesystem::create_directory (const path &__p, const path &attributes, error_code &__ec) noexcept
 
bool std::experimental::filesystem::create_directory (const path &__p, error_code &__ec) noexcept
 
void std::experimental::filesystem::create_directory_symlink (const path &__to, const path &__new_symlink)
 
void std::experimental::filesystem::create_directory_symlink (const path &__to, const path &__new_symlink, error_code &__ec) noexcept
 
void std::experimental::filesystem::create_hard_link (const path &__to, const path &__new_hard_link)
 
void std::experimental::filesystem::create_hard_link (const path &__to, const path &__new_hard_link, error_code &__ec) noexcept
 
void std::experimental::filesystem::create_symlink (const path &__to, const path &__new_symlink)
 
void std::experimental::filesystem::create_symlink (const path &__to, const path &__new_symlink, error_code &__ec) noexcept
 
path std::experimental::filesystem::current_path ()
 
void std::experimental::filesystem::current_path (const path &__p)
 
void std::experimental::filesystem::current_path (const path &__p, error_code &__ec) noexcept
 
path std::experimental::filesystem::current_path (error_code &__ec)
 
int std::experimental::filesystem::v1::recursive_directory_iterator::depth () const
 
void std::experimental::filesystem::v1::recursive_directory_iterator::disable_recursion_pending ()
 
bool std::experimental::filesystem::v1::path::empty () const noexcept
 
iterator std::experimental::filesystem::v1::path::end () const
 
directory_iterator std::experimental::filesystem::end (directory_iterator) noexcept
 
recursive_directory_iterator std::experimental::filesystem::end (recursive_directory_iterator) noexcept
 
bool std::experimental::filesystem::equivalent (const path &__p1, const path &__p2)
 
bool std::experimental::filesystem::equivalent (const path &__p1, const path &__p2, error_code &__ec) noexcept
 
bool std::experimental::filesystem::exists (const path &__p)
 
bool std::experimental::filesystem::exists (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::exists (file_status __s) noexcept
 
path std::experimental::filesystem::v1::path::extension () const
 
uintmax_t std::experimental::filesystem::file_size (const path &__p)
 
uintmax_t std::experimental::filesystem::file_size (const path &__p, error_code &__ec) noexcept
 
path std::experimental::filesystem::v1::path::filename () const
 
std::string std::experimental::filesystem::v1::path::generic_string () const
 
template<typename _CharT , typename _Traits = std::char_traits<_CharT>, typename _Allocator = std::allocator<_CharT>>
std::basic_string< _CharT, _Traits, _Allocator > std::experimental::filesystem::v1::path::generic_string (const _Allocator &__a=_Allocator()) const
 
std::u16string std::experimental::filesystem::v1::path::generic_u16string () const
 
std::u32string std::experimental::filesystem::v1::path::generic_u32string () const
 
std::string std::experimental::filesystem::v1::path::generic_u8string () const
 
std::wstring std::experimental::filesystem::v1::path::generic_wstring () const
 
uintmax_t std::experimental::filesystem::hard_link_count (const path &__p)
 
uintmax_t std::experimental::filesystem::hard_link_count (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::v1::path::has_extension () const
 
bool std::experimental::filesystem::v1::path::has_filename () const
 
bool std::experimental::filesystem::v1::path::has_parent_path () const
 
bool std::experimental::filesystem::v1::path::has_relative_path () const
 
bool std::experimental::filesystem::v1::path::has_root_directory () const
 
bool std::experimental::filesystem::v1::path::has_root_name () const
 
bool std::experimental::filesystem::v1::path::has_root_path () const
 
bool std::experimental::filesystem::v1::path::has_stem () const
 
directory_iterator & std::experimental::filesystem::v1::directory_iterator::increment (error_code &__ec) noexcept
 
recursive_directory_iterator & std::experimental::filesystem::v1::recursive_directory_iterator::increment (error_code &__ec) noexcept
 
bool std::experimental::filesystem::v1::path::is_absolute () const
 
bool std::experimental::filesystem::is_block_file (const path &__p)
 
bool std::experimental::filesystem::is_block_file (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_block_file (file_status __s) noexcept
 
bool std::experimental::filesystem::is_character_file (const path &__p)
 
bool std::experimental::filesystem::is_character_file (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_character_file (file_status __s) noexcept
 
bool std::experimental::filesystem::is_directory (const path &__p)
 
bool std::experimental::filesystem::is_directory (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_directory (file_status __s) noexcept
 
bool std::experimental::filesystem::is_empty (const path &__p)
 
bool std::experimental::filesystem::is_empty (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_fifo (const path &__p)
 
bool std::experimental::filesystem::is_fifo (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_fifo (file_status __s) noexcept
 
bool std::experimental::filesystem::is_other (const path &__p)
 
bool std::experimental::filesystem::is_other (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_other (file_status __s) noexcept
 
bool std::experimental::filesystem::is_regular_file (const path &__p)
 
bool std::experimental::filesystem::is_regular_file (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_regular_file (file_status) noexcept
 
bool std::experimental::filesystem::v1::path::is_relative () const
 
bool std::experimental::filesystem::is_socket (const path &__p)
 
bool std::experimental::filesystem::is_socket (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_socket (file_status __s) noexcept
 
bool std::experimental::filesystem::is_symlink (const path &__p)
 
bool std::experimental::filesystem::is_symlink (const path &__p, error_code &__ec) noexcept
 
bool std::experimental::filesystem::is_symlink (file_status) noexcept
 
file_time_type std::experimental::filesystem::last_write_time (const path &__p)
 
file_time_type std::experimental::filesystem::last_write_time (const path &__p, error_code &__ec) noexcept
 
void std::experimental::filesystem::last_write_time (const path &__p, file_time_type __new_time)
 
void std::experimental::filesystem::last_write_time (const path &__p, file_time_type __new_time, error_code &__ec) noexcept
 
pathstd::experimental::filesystem::v1::path::make_preferred ()
 
const string_typestd::experimental::filesystem::v1::path::native () const noexcept
 
 std::experimental::filesystem::v1::directory_entry::operator const filesystem::path & () const noexcept
 
 std::experimental::filesystem::v1::path::operator string_type () const
 
bool std::experimental::filesystem::v1::directory_entry::operator!= (const directory_entry &__rhs) const noexcept
 
bool std::experimental::filesystem::operator!= (const directory_iterator &__lhs, const directory_iterator &__rhs)
 
bool std::experimental::filesystem::operator!= (const recursive_directory_iterator &__lhs, const recursive_directory_iterator &__rhs)
 
constexpr copy_options std::experimental::filesystem::operator& (copy_options __x, copy_options __y) noexcept
 
constexpr directory_options std::experimental::filesystem::operator& (directory_options __x, directory_options __y) noexcept
 
constexpr perms std::experimental::filesystem::operator& (perms __x, perms __y) noexcept
 
copy_options & std::experimental::filesystem::operator&= (copy_options &__x, copy_options __y) noexcept
 
directory_options & std::experimental::filesystem::operator&= (directory_options &__x, directory_options __y) noexcept
 
perms & std::experimental::filesystem::operator&= (perms &__x, perms __y) noexcept
 
directory_entry std::experimental::filesystem::v1::__directory_iterator_proxy::operator* () &&noexcept
 
const directory_entry & std::experimental::filesystem::v1::directory_iterator::operator* () const
 
const directory_entry & std::experimental::filesystem::v1::recursive_directory_iterator::operator* () const
 
reference std::experimental::filesystem::v1::path::iterator::operator* () const
 
const directory_entry & std::experimental::filesystem::v1::__directory_iterator_proxy::operator* () const &noexcept
 
directory_iterator & std::experimental::filesystem::v1::directory_iterator::operator++ ()
 
recursive_directory_iterator & std::experimental::filesystem::v1::recursive_directory_iterator::operator++ ()
 
iteratorstd::experimental::filesystem::v1::path::iterator::operator++ ()
 
__directory_iterator_proxy std::experimental::filesystem::v1::directory_iterator::operator++ (int)
 
__directory_iterator_proxy std::experimental::filesystem::v1::recursive_directory_iterator::operator++ (int)
 
iterator std::experimental::filesystem::v1::path::iterator::operator++ (int)
 
template<typename _CharT >
__detail::_Path< _CharT *, _CharT * > & std::experimental::filesystem::v1::path::operator+= (_CharT __x)
 
template<typename _Source >
__detail::_Path< _Source > & std::experimental::filesystem::v1::path::operator+= (_Source const &__x)
 
pathstd::experimental::filesystem::v1::path::operator+= (basic_string_view< value_type > __x)
 
pathstd::experimental::filesystem::v1::path::operator+= (const path &__x)
 
pathstd::experimental::filesystem::v1::path::operator+= (const string_type &__x)
 
pathstd::experimental::filesystem::v1::path::operator+= (const value_type *__x)
 
pathstd::experimental::filesystem::v1::path::operator+= (value_type __x)
 
iteratorstd::experimental::filesystem::v1::path::iterator::operator-- ()
 
iterator std::experimental::filesystem::v1::path::iterator::operator-- (int)
 
const directory_entry * std::experimental::filesystem::v1::directory_iterator::operator-> () const
 
const directory_entry * std::experimental::filesystem::v1::recursive_directory_iterator::operator-> () const
 
pointer std::experimental::filesystem::v1::path::iterator::operator-> () const
 
template<typename _Source >
__detail::_Path< _Source > & std::experimental::filesystem::v1::path::operator/= (_Source const &__source)
 
pathstd::experimental::filesystem::v1::path::operator/= (const path &__p)
 
bool std::experimental::filesystem::v1::directory_entry::operator< (const directory_entry &__rhs) const noexcept
 
bool std::experimental::filesystem::v1::directory_entry::operator<= (const directory_entry &__rhs) const noexcept
 
template<typename _Source >
__detail::_Path< _Source > & std::experimental::filesystem::v1::path::operator= (_Source const &__source)
 
directory_entry & std::experimental::filesystem::v1::directory_entry::operator= (const directory_entry &)=default
 
directory_iterator & std::experimental::filesystem::v1::directory_iterator::operator= (const directory_iterator &__rhs)=default
 
file_status & std::experimental::filesystem::v1::file_status::operator= (const file_status &) noexcept=default
 
iteratorstd::experimental::filesystem::v1::path::iterator::operator= (const iterator &)=default
 
pathstd::experimental::filesystem::v1::path::operator= (const path &__p)=default
 
recursive_directory_iterator & std::experimental::filesystem::v1::recursive_directory_iterator::operator= (const recursive_directory_iterator &__rhs) noexcept
 
directory_entry & std::experimental::filesystem::v1::directory_entry::operator= (directory_entry &&) noexcept=default
 
directory_iterator & std::experimental::filesystem::v1::directory_iterator::operator= (directory_iterator &&__rhs) noexcept=default
 
file_status & std::experimental::filesystem::v1::file_status::operator= (file_status &&) noexcept=default
 
pathstd::experimental::filesystem::v1::path::operator= (path &&__p) noexcept
 
recursive_directory_iterator & std::experimental::filesystem::v1::recursive_directory_iterator::operator= (recursive_directory_iterator &&__rhs) noexcept
 
pathstd::experimental::filesystem::v1::path::operator= (string_type &&__source)
 
bool std::experimental::filesystem::v1::directory_entry::operator== (const directory_entry &__rhs) const noexcept
 
bool std::experimental::filesystem::operator== (const directory_iterator &__lhs, const directory_iterator &__rhs)
 
bool std::experimental::filesystem::operator== (const recursive_directory_iterator &__lhs, const recursive_directory_iterator &__rhs)
 
bool std::experimental::filesystem::v1::directory_entry::operator> (const directory_entry &__rhs) const noexcept
 
bool std::experimental::filesystem::v1::directory_entry::operator>= (const directory_entry &__rhs) const noexcept
 
constexpr copy_options std::experimental::filesystem::operator^ (copy_options __x, copy_options __y) noexcept
 
constexpr directory_options std::experimental::filesystem::operator^ (directory_options __x, directory_options __y) noexcept
 
constexpr perms std::experimental::filesystem::operator^ (perms __x, perms __y) noexcept
 
copy_options & std::experimental::filesystem::operator^= (copy_options &__x, copy_options __y) noexcept
 
directory_options & std::experimental::filesystem::operator^= (directory_options &__x, directory_options __y) noexcept
 
perms & std::experimental::filesystem::operator^= (perms &__x, perms __y) noexcept
 
constexpr copy_options std::experimental::filesystem::operator| (copy_options __x, copy_options __y) noexcept
 
constexpr directory_options std::experimental::filesystem::operator| (directory_options __x, directory_options __y) noexcept
 
constexpr perms std::experimental::filesystem::operator| (perms __x, perms __y) noexcept
 
copy_options & std::experimental::filesystem::operator|= (copy_options &__x, copy_options __y) noexcept
 
directory_options & std::experimental::filesystem::operator|= (directory_options &__x, directory_options __y) noexcept
 
perms & std::experimental::filesystem::operator|= (perms &__x, perms __y) noexcept
 
constexpr copy_options std::experimental::filesystem::operator~ (copy_options __x) noexcept
 
constexpr directory_options std::experimental::filesystem::operator~ (directory_options __x) noexcept
 
constexpr perms std::experimental::filesystem::operator~ (perms __x) noexcept
 
directory_options std::experimental::filesystem::v1::recursive_directory_iterator::options () const
 
path std::experimental::filesystem::v1::path::parent_path () const
 
const filesystem::pathstd::experimental::filesystem::v1::directory_entry::path () const noexcept
 
const pathstd::experimental::filesystem::v1::filesystem_error::path1 () const noexcept
 
const pathstd::experimental::filesystem::v1::filesystem_error::path2 () const noexcept
 
perms std::experimental::filesystem::v1::file_status::permissions () const noexcept
 
void std::experimental::filesystem::permissions (const path &__p, perms __prms)
 
void std::experimental::filesystem::permissions (const path &__p, perms __prms, error_code &__ec) noexcept
 
void std::experimental::filesystem::v1::file_status::permissions (perms __prms) noexcept
 
void std::experimental::filesystem::v1::recursive_directory_iterator::pop ()
 
void std::experimental::filesystem::v1::recursive_directory_iterator::pop (error_code &)
 
path std::experimental::filesystem::read_symlink (const path &__p)
 
path std::experimental::filesystem::read_symlink (const path &__p, error_code &__ec)
 
bool std::experimental::filesystem::v1::recursive_directory_iterator::recursion_pending () const
 
path std::experimental::filesystem::v1::path::relative_path () const
 
bool std::experimental::filesystem::remove (const path &__p)
 
bool std::experimental::filesystem::remove (const path &__p, error_code &__ec) noexcept
 
uintmax_t std::experimental::filesystem::remove_all (const path &__p)
 
uintmax_t std::experimental::filesystem::remove_all (const path &__p, error_code &__ec) noexcept
 
pathstd::experimental::filesystem::v1::path::remove_filename ()
 
void std::experimental::filesystem::rename (const path &__from, const path &__to)
 
void std::experimental::filesystem::rename (const path &__from, const path &__to, error_code &__ec) noexcept
 
pathstd::experimental::filesystem::v1::path::replace_extension (const path &__replacement=path())
 
void std::experimental::filesystem::v1::directory_entry::replace_filename (const filesystem::path &__p)
 
pathstd::experimental::filesystem::v1::path::replace_filename (const path &__replacement)
 
void std::experimental::filesystem::resize_file (const path &__p, uintmax_t __size)
 
void std::experimental::filesystem::resize_file (const path &__p, uintmax_t __size, error_code &__ec) noexcept
 
path std::experimental::filesystem::v1::path::root_directory () const
 
path std::experimental::filesystem::v1::path::root_name () const
 
path std::experimental::filesystem::v1::path::root_path () const
 
space_info std::experimental::filesystem::space (const path &__p)
 
space_info std::experimental::filesystem::space (const path &__p, error_code &__ec) noexcept
 
file_status std::experimental::filesystem::v1::directory_entry::status () const
 
file_status std::experimental::filesystem::status (const path &)
 
file_status std::experimental::filesystem::status (const path &, error_code &) noexcept
 
file_status std::experimental::filesystem::v1::directory_entry::status (error_code &__ec) const noexcept
 
bool std::experimental::filesystem::status_known (file_status) noexcept
 
path std::experimental::filesystem::v1::path::stem () const
 
std::string std::experimental::filesystem::v1::path::string () const
 
template<typename _CharT , typename _Traits = std::char_traits<_CharT>, typename _Allocator = std::allocator<_CharT>>
std::basic_string< _CharT, _Traits, _Allocator > std::experimental::filesystem::v1::path::string (const _Allocator &__a=_Allocator()) const
 
void std::experimental::filesystem::v1::path::swap (path &__rhs) noexcept
 
file_status std::experimental::filesystem::v1::directory_entry::symlink_status () const
 
file_status std::experimental::filesystem::symlink_status (const path &)
 
file_status std::experimental::filesystem::symlink_status (const path &, error_code &) noexcept
 
file_status std::experimental::filesystem::v1::directory_entry::symlink_status (error_code &__ec) const noexcept
 
path std::experimental::filesystem::system_complete (const path &__p)
 
path std::experimental::filesystem::system_complete (const path &__p, error_code &__ec)
 
path std::experimental::filesystem::temp_directory_path ()
 
path std::experimental::filesystem::temp_directory_path (error_code &__ec)
 
file_type std::experimental::filesystem::v1::file_status::type () const noexcept
 
void std::experimental::filesystem::v1::file_status::type (file_type __ft) noexcept
 
std::u16string std::experimental::filesystem::v1::path::u16string () const
 
std::u32string std::experimental::filesystem::v1::path::u32string () const
 
std::string std::experimental::filesystem::v1::path::u8string () const
 
const char * std::experimental::filesystem::v1::filesystem_error::what () const noexcept
 
std::wstring std::experimental::filesystem::v1::path::wstring () const
 

Variables

uintmax_t std::experimental::filesystem::v1::space_info::available
 
uintmax_t std::experimental::filesystem::v1::space_info::capacity
 
uintmax_t std::experimental::filesystem::v1::space_info::free
 
const typedef directory_entry * std::experimental::filesystem::v1::directory_iterator::pointer
 
const typedef directory_entry * std::experimental::filesystem::v1::recursive_directory_iterator::pointer
 
static constexpr value_type std::experimental::filesystem::v1::path::preferred_separator
 
const typedef directory_entry & std::experimental::filesystem::v1::directory_iterator::reference
 
const typedef directory_entry & std::experimental::filesystem::v1::recursive_directory_iterator::reference
 

Friends

class std::experimental::filesystem::v1::__directory_iterator_proxy::directory_iterator
 
bool std::experimental::filesystem::v1::path::iterator::operator!= (const iterator &__lhs, const iterator &__rhs)
 
bool std::experimental::filesystem::v1::directory_iterator::operator== (const directory_iterator &__lhs, const directory_iterator &__rhs)
 
bool std::experimental::filesystem::v1::path::iterator::operator== (const iterator &__lhs, const iterator &__rhs)
 
bool std::experimental::filesystem::v1::recursive_directory_iterator::operator== (const recursive_directory_iterator &__lhs, const recursive_directory_iterator &__rhs)
 
class std::experimental::filesystem::v1::path::iterator::path
 
class std::experimental::filesystem::v1::__directory_iterator_proxy::recursive_directory_iterator
 
class std::experimental::filesystem::v1::directory_iterator::recursive_directory_iterator
 
void swap (path &__lhs, path &__rhs) noexcept
 
size_t hash_value (const path &__p) noexcept
 
bool operator< (const path &__lhs, const path &__rhs) noexcept
 
bool operator<= (const path &__lhs, const path &__rhs) noexcept
 
bool operator> (const path &__lhs, const path &__rhs) noexcept
 
bool operator>= (const path &__lhs, const path &__rhs) noexcept
 
bool operator== (const path &__lhs, const path &__rhs) noexcept
 
bool operator!= (const path &__lhs, const path &__rhs) noexcept
 
path operator/ (const path &__lhs, const path &__rhs)
 
template<typename _CharT , typename _Traits >
basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, const path &__p)
 
template<typename _CharT , typename _Traits >
basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, path &__p)
 
template<typename _InputIterator , typename _Require = __detail::_Path<_InputIterator, _InputIterator>, typename _CharT = __detail::__value_type_is_char_or_char8_t<_InputIterator>>
path u8path (_InputIterator __first, _InputIterator __last)
 
template<typename _Source , typename _Require = __detail::_Path<_Source>, typename _CharT = __detail::__value_type_is_char_or_char8_t<_Source>>
path u8path (const _Source &__source)
 

Detailed Description

Utilities for performing operations on file systems and their components, such as paths, regular files, and directories.

ISO/IEC TS 18822:2015 C++ File System Technical Specification

Enumeration Type Documentation

◆ copy_options

Bitmask type.

Definition at line 88 of file experimental/bits/fs_fwd.h.

◆ perms

Bitmask type.

Definition at line 141 of file experimental/bits/fs_fwd.h.

Function Documentation

◆ hash_value()

size_t hash_value ( const path __p)
related

Compute a hash value for a path.

◆ operator!=()

bool operator!= ( const path __lhs,
const path __rhs 
)
related

Compare paths.

Definition at line 567 of file experimental/bits/fs_path.h.

◆ operator/()

path operator/ ( const path __lhs,
const path __rhs 
)
related

Append one path to another.

Definition at line 571 of file experimental/bits/fs_path.h.

◆ operator<()

bool operator< ( const path __lhs,
const path __rhs 
)
related

Compare paths.

Definition at line 547 of file experimental/bits/fs_path.h.

◆ operator<<()

template<typename _CharT , typename _Traits >
basic_ostream< _CharT, _Traits > & operator<< ( basic_ostream< _CharT, _Traits > &  __os,
const path __p 
)
related

Write a path to a stream.

Definition at line 581 of file experimental/bits/fs_path.h.

◆ operator<=()

bool operator<= ( const path __lhs,
const path __rhs 
)
related

Compare paths.

Definition at line 551 of file experimental/bits/fs_path.h.

◆ operator==()

bool operator== ( const path __lhs,
const path __rhs 
)
related

Compare paths.

Definition at line 563 of file experimental/bits/fs_path.h.

◆ operator>()

bool operator> ( const path __lhs,
const path __rhs 
)
related

Compare paths.

Definition at line 555 of file experimental/bits/fs_path.h.

◆ operator>=()

bool operator>= ( const path __lhs,
const path __rhs 
)
related

Compare paths.

Definition at line 559 of file experimental/bits/fs_path.h.

◆ operator>>()

template<typename _CharT , typename _Traits >
basic_istream< _CharT, _Traits > & operator>> ( basic_istream< _CharT, _Traits > &  __is,
path __p 
)
related

Read a path from a stream.

Definition at line 593 of file experimental/bits/fs_path.h.

References std::move().

◆ swap()

void swap ( path __lhs,
path __rhs 
)
related

Swap overload for paths.

Definition at line 541 of file experimental/bits/fs_path.h.

◆ u8path() [1/2]

template<typename _InputIterator , typename _Require = __detail::_Path<_InputIterator, _InputIterator>, typename _CharT = __detail::__value_type_is_char_or_char8_t<_InputIterator>>
path u8path ( _InputIterator  __first,
_InputIterator  __last 
)
related

Create a path from a UTF-8-encoded sequence of char.

Definition at line 636 of file experimental/bits/fs_path.h.

◆ u8path() [2/2]

template<typename _Source , typename _Require = __detail::_Path<_Source>, typename _CharT = __detail::__value_type_is_char_or_char8_t<_Source>>
path u8path ( const _Source &  __source)
related

Create a path from a UTF-8-encoded sequence of char.

Definition at line 684 of file experimental/bits/fs_path.h.

◆ what()

const char* std::experimental::filesystem::v1::filesystem_error::what ( ) const
inlinevirtualnoexcept

Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor).

Reimplemented from std::runtime_error.

Definition at line 715 of file experimental/bits/fs_path.h.

References std::basic_string< _CharT, _Traits, _Alloc >::c_str().