100 lines
10 KiB
HTML
100 lines
10 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh">
|
|
<head><meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>std::filesystem 符号索引</title>
|
|
<link rel="stylesheet" href="ext.css" />
|
|
<link rel="stylesheet" href="site_modules.css" />
|
|
</head>
|
|
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-cpp_symbol_index_filesystem skin-cppreference2 action-view cpp-navbar">
|
|
<div id="cpp-content-base">
|
|
<div id="content"><a id="top"></a>
|
|
<h1 id="firstHeading" class="firstHeading">std::filesystem 符号索引</h1>
|
|
<div id="bodyContent">
|
|
<div id="contentSub"><span class="subpages">< <a href="cpp.html">cpp</a>‎ | <a href="cpp-symbol_index.html">symbol index</a></span></div>
|
|
<div id="mw-content-text" lang="zh" dir="ltr" class="mw-content-ltr" xml:lang="zh">
|
|
<p><br />
|
|
此页面尝试列出所有来自<i>标准库</i>,在命名空间 <i>std::filesystem::</i> 中的可用符号。符号书写如下:</p>
|
|
<ul>
|
|
<li>函数名带 <i>()</i> 。</li>
|
|
<li>模板名带 <i><></i> 。</li>
|
|
</ul>
|
|
<h2><span class="mw-headline" id="A_C_D_E_F_H_I_L_P_R_S_T_U_W"></span></h2>
|
|
<blockquote><span class="mw-headline" id="A_C_D_E_F_H_I_L_P_R_S_T_U_W"><tt><a href="cpp-symbol_index-filesystem.html#A">A</a> <a href="cpp-symbol_index-filesystem.html#C">C</a> <a href="cpp-symbol_index-filesystem.html#D">D</a> <a href="cpp-symbol_index-filesystem.html#E">E</a> <a href="cpp-symbol_index-filesystem.html#F">F</a> <a href="cpp-symbol_index-filesystem.html#H">H</a> <a href="cpp-symbol_index-filesystem.html#I">I</a> <a href="cpp-symbol_index-filesystem.html#L">L</a> <a href="cpp-symbol_index-filesystem.html#P">P</a> <a href="cpp-symbol_index-filesystem.html#R">R</a> <a href="cpp-symbol_index-filesystem.html#S">S</a> <a href="cpp-symbol_index-filesystem.html#T">T</a> <a href="cpp-symbol_index-filesystem.html#U">U</a> <a href="cpp-symbol_index-filesystem.html#W">W</a></tt></span></blockquote>
|
|
<span class="mw-headline" id="A_C_D_E_F_H_I_L_P_R_S_T_U_W"></span>
|
|
<p><br /></p>
|
|
<h3><span class="mw-headline" id="A">A</span></h3>
|
|
<p><a href="cpp-filesystem-absolute.html"><tt>absolute()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="C">C</span></h3>
|
|
<p><a href="cpp-filesystem-canonical.html"><tt>canonical()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-copy.html"><tt>copy()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-copy_file.html"><tt>copy_file()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-copy_options.html"><tt>copy_options</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-copy_symlink.html"><tt>copy_symlink()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-create_directory.html"><tt>create_directory()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-create_symlink.html"><tt>create_directory_symlink()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-create_directory.html"><tt>create_directories()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-create_hard_link.html"><tt>create_hard_link()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-create_symlink.html"><tt>create_symlink()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-current_path.html"><tt>current_path()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="D">D</span></h3>
|
|
<p><a href="cpp-filesystem-directory_entry.html"><tt>directory_entry</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-directory_iterator.html"><tt>directory_iterator</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-directory_options.html"><tt>directory_options</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="E">E</span></h3>
|
|
<p><a href="cpp-filesystem-equivalent.html"><tt>equivalent()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-exists.html"><tt>exists()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="F">F</span></h3>
|
|
<p><a href="cpp-filesystem-file_size.html"><tt>file_size()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-file_status.html"><tt>file_status</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-filesystem_error.html"><tt>filesystem_error</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-file_time_type.html"><tt>file_time_type</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-file_type.html"><tt>file_type</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="H">H</span></h3>
|
|
<p><a href="cpp-filesystem-hard_link_count.html"><tt>hard_link_count()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="I">I</span></h3>
|
|
<p><a href="cpp-filesystem-is_block_file.html"><tt>is_block_file()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-is_character_file.html"><tt>is_character_file()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-is_directory.html"><tt>is_directory()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-is_empty.html"><tt>is_empty()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-is_fifo.html"><tt>is_fifo()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-is_other.html"><tt>is_other()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-is_regular_file.html"><tt>is_regular_file()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-is_socket.html"><tt>is_socket()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-is_symlink.html"><tt>is_symlink()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="L">L</span></h3>
|
|
<p><a href="cpp-filesystem-last_write_time.html"><tt>last_write_time()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="P">P</span></h3>
|
|
<p><a href="cpp-filesystem-path.html"><tt>path</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-permissions.html"><tt>permissions()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-perms.html"><tt>perms</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-perm_options.html"><tt>perm_options</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-relative.html"><tt>proximate()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="R">R</span></h3>
|
|
<p><a href="cpp-filesystem-read_symlink.html"><tt>read_symlink()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-recursive_directory_iterator.html"><tt>recursive_directory_iterator</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-relative.html"><tt>relative()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-remove.html"><tt>remove()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-remove.html"><tt>remove_all()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-rename.html"><tt>rename()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-resize_file.html"><tt>resize_file()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="S">S</span></h3>
|
|
<p><a href="cpp-filesystem-space.html"><tt>space()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-space_info.html"><tt>space_info</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-status.html"><tt>status()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-status_known.html"><tt>status_known()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br />
|
|
<a href="cpp-filesystem-status.html"><tt>symlink_status()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="T">T</span></h3>
|
|
<p><a href="cpp-filesystem-temp_directory_path.html"><tt>temp_directory_path()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
<h3><span class="mw-headline" id="U">U</span></h3>
|
|
<p><a href="cpp-filesystem-path-u8path.html"><tt>u8path<>()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><span class="t-mark-rev t-deprecated-cxx20">(C++20 中弃用)</span><br /></p>
|
|
<h3><span class="mw-headline" id="W">W</span></h3>
|
|
<p><a href="cpp-filesystem-canonical.html"><tt>weakly_canonical()</tt></a> <span class="t-mark-rev t-since-cxx17">(C++17 起)</span><br /></p>
|
|
</div>
|
|
<div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|