|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 path,包括所有继承而来的类成员
| absolute(const path &base=current_path()) const | path | |
| begin() const | path | inline |
| buffer_size | path | static |
| child_dirs(bool include_hidden=false) const | path | |
| child_files(bool include_hidden=false) const | path | |
| children(bool include_hidden=false) const | path | |
| current_path() | path | static |
| data() const noexcept | path | inline |
| empty() const noexcept | path | inline |
| end() const | path | inline |
| exists() const noexcept | path | |
| exists(const string &path) noexcept | path | static |
| extension() const noexcept | path | |
| extension(string_view path) noexcept | path | static |
| filename() const noexcept | path | |
| is_directory() const noexcept | path | |
| is_directory(const string &path) noexcept | path | static |
| is_file() const noexcept | path | |
| is_file(const string &path) noexcept | path | static |
| lexically_normal() const | path | |
| operator string_view() const noexcept | path | inlineexplicit |
| operator!=(const path &rhs) const noexcept(noexcept(!(*this==rhs))) | icomparable< path > | inline |
| operator/(const path &other) const | path | |
| operator/(string_view pth) const | path | |
| operator/=(const path &other) | path | |
| operator/=(string_view other) | path | |
| operator<(const path &rhs) const | path | |
| operator<=(const path &rhs) const noexcept(noexcept(!(derived() > rhs))) | icomparable< path > | inline |
| operator==(const path &rhs) const | path | |
| operator>(const path &rhs) const noexcept(noexcept(rhs< derived())) | icomparable< path > | inline |
| operator>=(const path &rhs) const noexcept(noexcept(!(derived()< rhs))) | icomparable< path > | inline |
| parent_path() const | path | |
| path()=default | path | |
| path(string path) noexcept | path | inlineexplicit |
| path(const string_view path) | path | inlineexplicit |
| path(const char *path) | path | inlineexplicit |
| relative(const path &base) const | path | |
| spliter | path | static |
| stem() const noexcept | path | |
| str() const noexcept | path | inline |
| swap(path &other) noexcept | path | inline |
| temp_directory_path() | path | static |
| to_hash() const | path | |
| to_string() const | path | inline |
| to_tree() const | path | |
| view() const noexcept | path | inline |