|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 path_tree,包括所有继承而来的类成员
| all_dir_paths() const | path_tree | |
| all_file_paths() const | path_tree | |
| all_paths() const | path_tree | |
| empty() const noexcept | path_tree | inline |
| filter typedef | path_tree | |
| find(const path &p) const | path_tree | |
| find_all(string_view name) const | path_tree | |
| find_by_extension(string_view ext) const | path_tree | |
| find_if(const filter &f) const | path_tree | |
| insert(const path &p, node_type type=node_type::file) | path_tree | |
| max_depth() const | path_tree | |
| merge(const path_tree &other) | path_tree | |
| node_type 枚举名称 | path_tree | |
| path_tree(path root_path) | path_tree | inlineexplicit |
| prune(const filter &f) const | path_tree | |
| remove(const path &p) | path_tree | |
| root() const noexcept | path_tree | inline |
| scan(const path &root, const scan_options &options) | path_tree | static |
| size() const | path_tree | |
| subtree(const path &p) const | path_tree | |
| to_string() const | path_tree | |
| to_string(string_view indent) const | path_tree | |
| traverse_bfs(const visitor &visitor) const | path_tree | |
| traverse_dfs(const visitor &visitor) const | path_tree | |
| traverse_dirs(const visitor &visitor) const | path_tree | |
| traverse_files(const visitor &visitor) const | path_tree | |
| visit_result 枚举名称 | path_tree | |
| visitor typedef | path_tree |