📂 golxzn::os::filesystem 📂 1.6.5
golxzn filesystem submodule
Loading...
Searching...
No Matches
golxzn::os::filesystem Member List

This is the complete list of members for golxzn::os::filesystem, including all inherited members.

append_binary(const std::wstring_view path, const details::data_view< byte > &data)golxzn::os::filesystemstatic
append_binary(const std::wstring_view path, const std::initializer_list< byte > data)golxzn::os::filesystemstatic
append_binary(const std::string_view path, const details::data_view< byte > &data)golxzn::os::filesystemstatic
append_binary(const std::string_view path, const std::initializer_list< byte > data)golxzn::os::filesystemstatic
append_text(const std::wstring_view path, const std::string_view text)golxzn::os::filesystemstatic
append_text(const std::wstring_view path, const std::wstring_view text)golxzn::os::filesystemstatic
append_text(const std::string_view path, const std::string_view text)golxzn::os::filesystemstatic
append_text(const std::string_view path, const std::wstring_view text)golxzn::os::filesystemstatic
application_name() noexceptgolxzn::os::filesystemstatic
assets_directory() noexceptgolxzn::os::filesystemstatic
associate(std::wstring_view protocol, std::wstring &&prefix) noexceptgolxzn::os::filesystemstatic
associate(const std::string_view protocol, const std::string_view prefix) noexceptgolxzn::os::filesystemstatic
associations() noexceptgolxzn::os::filesystemstatic
associations_type typedefgolxzn::os::filesystem
current_directory()golxzn::os::filesystemstatic
default_application_namegolxzn::os::filesystemstatic
default_application_name_narrowgolxzn::os::filesystemstatic
default_assets_directory_namegolxzn::os::filesystemstatic
default_assets_directory_name_narrowgolxzn::os::filesystemstatic
entries(const std::wstring_view path)golxzn::os::filesystemstatic
entries(const std::string_view path)golxzn::os::filesystemstatic
exists(const std::wstring_view path) noexceptgolxzn::os::filesystemstatic
exists(const std::string_view path) noexceptgolxzn::os::filesystemstatic
get_association(const std::wstring_view protocol) noexceptgolxzn::os::filesystemstatic
get_association(const std::string_view protocol) noexceptgolxzn::os::filesystemstatic
initialize(const std::wstring_view application_name, const std::wstring_view assets_path=default_assets_directory_name)golxzn::os::filesystemstatic
initialize(const std::string_view application_name, const std::string_view assets_path=default_assets_directory_name_narrow)golxzn::os::filesystemstatic
is_directory(const std::wstring_view path)golxzn::os::filesystemstatic
is_directory(const std::string_view path)golxzn::os::filesystemstatic
is_file(const std::wstring_view path)golxzn::os::filesystemstatic
is_file(const std::string_view path)golxzn::os::filesystemstatic
join(std::wstring &left, std::wstring_view right) noexceptgolxzn::os::filesystemstatic
join(std::wstring_view left, std::wstring_view right) noexceptgolxzn::os::filesystemstatic
join(std::string &left, std::string_view right) noexceptgolxzn::os::filesystemstatic
join(std::string_view left, std::string_view right) noexceptgolxzn::os::filesystemstatic
make_directory(const std::wstring_view path)golxzn::os::filesystemstatic
make_directory(const std::string_view path)golxzn::os::filesystemstatic
nonegolxzn::os::filesystemstatic
none_narrowgolxzn::os::filesystemstatic
normalize(std::wstring_view path)golxzn::os::filesystemstatic
normalize(const std::string_view path)golxzn::os::filesystemstatic
OKgolxzn::os::filesysteminlinestatic
parent_directory(std::wstring &path) noexceptgolxzn::os::filesystemstatic
parent_directory(std::wstring_view path) noexceptgolxzn::os::filesystemstatic
parent_directory(std::string &path) noexceptgolxzn::os::filesystemstatic
parent_directory(std::string_view path) noexceptgolxzn::os::filesystemstatic
protocol_separatorgolxzn::os::filesystemstatic
protocol_separator_narrowgolxzn::os::filesystemstatic
read_binary(const std::wstring_view path)golxzn::os::filesystemstatic
read_binary(const std::wstring_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::vector< byte > >, Custom >golxzn::os::filesystemstatic
read_binary(const std::string_view path)golxzn::os::filesystemstatic
read_binary(const std::string_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::vector< byte > >, Custom >golxzn::os::filesystemstatic
read_shared_binary(const std::wstring_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::vector< byte > >, std::shared_ptr< Custom > >golxzn::os::filesystemstatic
read_shared_binary(const std::string_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::vector< byte > >, std::shared_ptr< Custom > >golxzn::os::filesystemstatic
read_shared_text(const std::wstring_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::string >, std::shared_ptr< Custom > >golxzn::os::filesystemstatic
read_shared_text(const std::string_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::string >, std::shared_ptr< Custom > >golxzn::os::filesystemstatic
read_text(const std::wstring_view path)golxzn::os::filesystemstatic
read_text(const std::wstring_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::string >, Custom >golxzn::os::filesystemstatic
read_text(const std::string_view path)golxzn::os::filesystemstatic
read_text(const std::string_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::string >, Custom >golxzn::os::filesystemstatic
read_unique_binary(const std::wstring_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::vector< byte > >, std::unique_ptr< Custom > >golxzn::os::filesystemstatic
read_unique_binary(const std::string_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::vector< byte > >, std::unique_ptr< Custom > >golxzn::os::filesystemstatic
read_unique_text(const std::wstring_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::string >, std::unique_ptr< Custom > >golxzn::os::filesystemstatic
read_unique_text(const std::string_view path) -> std::enable_if_t< std::is_constructible_v< Custom, std::string >, std::unique_ptr< Custom > >golxzn::os::filesystemstatic
remove(const std::wstring_view path)golxzn::os::filesystemstatic
remove(const std::string_view path)golxzn::os::filesystemstatic
remove_directory(const std::wstring_view path)golxzn::os::filesystemstatic
remove_directory(const std::string_view path)golxzn::os::filesystemstatic
remove_file(const std::wstring_view path)golxzn::os::filesystemstatic
remove_file(const std::string_view path)golxzn::os::filesystemstatic
separatorgolxzn::os::filesystemstatic
separator_narrowgolxzn::os::filesystemstatic
set_application_name(const std::wstring_view application_name) noexceptgolxzn::os::filesystemstatic
set_application_name(const std::string_view application_name) noexceptgolxzn::os::filesystemstatic
to_narrow(const std::wstring_view wstr) noexceptgolxzn::os::filesystemstatic
to_wide(const std::string_view str) noexceptgolxzn::os::filesystemstatic
user_data_directory() noexceptgolxzn::os::filesystemstatic
write_binary(const std::wstring_view path, const details::data_view< byte > &data)golxzn::os::filesystemstatic
write_binary(const std::wstring_view path, const std::initializer_list< byte > data)golxzn::os::filesystemstatic
write_binary(const std::string_view path, const details::data_view< byte > &data)golxzn::os::filesystemstatic
write_binary(const std::string_view path, const std::initializer_list< byte > data)golxzn::os::filesystemstatic
write_text(const std::wstring_view path, const std::string_view text)golxzn::os::filesystemstatic
write_text(const std::wstring_view path, const std::wstring_view text)golxzn::os::filesystemstatic
write_text(const std::string_view path, const std::string_view text)golxzn::os::filesystemstatic
write_text(const std::string_view path, const std::wstring_view text)golxzn::os::filesystemstatic