|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::path,包括所有继承而来的类成员
| absolute(const path &base=current_path()) const | neforce::path | |
| begin() const | neforce::path | inline |
| buffer_size | neforce::path | static |
| child_dirs(bool include_hidden=false) const | neforce::path | |
| child_files(bool include_hidden=false) const | neforce::path | |
| children(bool include_hidden=false) const | neforce::path | |
| current_executable_path() | neforce::path | static |
| current_path() | neforce::path | static |
| data() const noexcept | neforce::path | inline |
| empty() const noexcept | neforce::path | inline |
| end() const | neforce::path | inline |
| equal_to(const path &rhs) const | neforce::path | |
| exists() const noexcept | neforce::path | |
| exists(const string &path) noexcept | neforce::path | static |
| extension() const noexcept | neforce::path | |
| extension(string_view path) noexcept | neforce::path | static |
| filename() const noexcept | neforce::path | |
| is_directory() const noexcept | neforce::path | |
| is_directory(const string &path) noexcept | neforce::path | static |
| is_file() const noexcept | neforce::path | |
| is_file(const string &path) noexcept | neforce::path | static |
| less_than(const path &rhs) const | neforce::path | |
| lexically_normal() const | neforce::path | |
| operator string_view() const noexcept | neforce::path | inlineexplicit |
| operator!=(const path &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | neforce::icomparable< path > | inline |
| operator/(const path &other) const | neforce::path | |
| operator/(string_view pth) const | neforce::path | |
| operator/=(const path &other) | neforce::path | |
| operator/=(string_view other) | neforce::path | |
| operator<(const path &rhs) const noexcept(noexcept(derived().less_than(rhs))) | neforce::icomparable< path > | inline |
| operator<=(const path &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | neforce::icomparable< path > | inline |
| operator==(const path &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | neforce::icomparable< path > | inline |
| operator>(const path &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | neforce::icomparable< path > | inline |
| operator>=(const path &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | neforce::icomparable< path > | inline |
| parent_path() const | neforce::path | |
| path()=default | neforce::path | |
| path(string path) noexcept | neforce::path | inlineexplicit |
| path(const string_view path) | neforce::path | inlineexplicit |
| path(const char *path) | neforce::path | inlineexplicit |
| preferred_separator | neforce::path | static |
| relative(const path &base) const | neforce::path | |
| spliter | neforce::path | static |
| stem() const noexcept | neforce::path | |
| str() const noexcept | neforce::path | inline |
| swap(path &other) noexcept | neforce::path | inline |
| temp_directory_path() | neforce::path | static |
| to_hash() const | neforce::path | |
| to_ihash() const noexcept(noexcept(derived().to_hash())) | neforce::ihashable< path > | inline |
| to_string() const | neforce::path | inline |
| to_tree() const | neforce::path | |
| view() const noexcept | neforce::path | inline |