#include <simple_fs_types_nix.hpp>
|
std::optional< file > | open_file (directory const &dir, native_string_view file_name) |
|
void | reset (file_system &fs) |
|
void | add_root (file_system &fs, native_string_view root_path) |
|
void | add_relative_root (file_system &fs, native_string_view root_path) |
|
directory | get_root (file_system const &fs) |
|
native_string | extract_state (file_system const &fs) |
|
void | restore_state (file_system &fs, native_string_view data) |
|
std::vector< directory > | list_subdirectories (directory const &dir) |
|
std::vector< unopened_file > | list_files (directory const &dir, native_char const *extension) |
|
std::optional< unopened_file > | peek_file (directory const &dir, native_string_view file_name) |
|
void | add_ignore_path (file_system &fs, native_string_view replaced_path) |
|
std::vector< native_string > | list_roots (file_system const &fs) |
|
bool | is_ignored_path (file_system const &fs, native_string_view path) |
|
std::optional< native_string > | get_path_to_file (directory const &dir, native_string_view file_name) |
|
std::optional< file > | open_file (directory const &dir, native_string_view file_name) |
|
void | reset (file_system &fs) |
|
void | add_root (file_system &fs, native_string_view root_path) |
|
void | add_relative_root (file_system &fs, native_string_view root_path) |
|
directory | get_root (file_system const &fs) |
|
native_string | extract_state (file_system const &fs) |
|
void | restore_state (file_system &fs, native_string_view data) |
|
std::vector< directory > | list_subdirectories (directory const &dir) |
|
std::vector< unopened_file > | list_files (directory const &dir, native_char const *extension) |
|
std::optional< unopened_file > | peek_file (directory const &dir, native_string_view file_name) |
|
void | add_ignore_path (file_system &fs, native_string_view replaced_path) |
|
std::vector< native_string > | list_roots (file_system const &fs) |
|
bool | is_ignored_path (file_system const &fs, native_string_view path) |
|
Definition at line 10 of file simple_fs_types_nix.hpp.
◆ add_ignore_path [1/2]
◆ add_ignore_path [2/2]
◆ add_relative_root [1/2]
◆ add_relative_root [2/2]
◆ add_root [1/2]
◆ add_root [2/2]
◆ extract_state [1/2]
◆ extract_state [2/2]
◆ get_path_to_file
◆ get_root [1/2]
◆ get_root [2/2]
◆ is_ignored_path [1/2]
◆ is_ignored_path [2/2]
◆ list_files [1/2]
◆ list_files [2/2]
◆ list_roots [1/2]
◆ list_roots [2/2]
◆ list_subdirectories [1/2]
◆ list_subdirectories [2/2]
◆ open_file [1/2]
◆ open_file [2/2]
◆ peek_file [1/2]
◆ peek_file [2/2]
◆ reset [1/2]
◆ reset [2/2]
◆ restore_state [1/2]
◆ restore_state [2/2]
The documentation for this class was generated from the following files: