|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
This is the complete list of members for GEO::FileSystem::Node, including all inherited members.
| base_name(const std::string &path, bool remove_extension=true) | GEO::FileSystem::Node | virtual |
| copy_file(const std::string &from, const std::string &to) | GEO::FileSystem::Node | virtual |
| Counted() | GEO::Counted | inlineprotected |
| create_directory(const std::string &path) | GEO::FileSystem::Node | virtual |
| delete_directory(const std::string &path) | GEO::FileSystem::Node | virtual |
| delete_file(const std::string &path) | GEO::FileSystem::Node | virtual |
| dir_name(const std::string &path) | GEO::FileSystem::Node | virtual |
| documents_directory() | GEO::FileSystem::Node | virtual |
| extension(const std::string &path) | GEO::FileSystem::Node | virtual |
| flip_slashes(std::string &path) | GEO::FileSystem::Node | virtual |
| get_current_working_directory() | GEO::FileSystem::Node | virtual |
| get_directory_entries(const std::string &path, std::vector< std::string > &result) | GEO::FileSystem::Node | virtual |
| get_directory_entries(const std::string &path, std::vector< std::string > &result, bool recursive) | GEO::FileSystem::Node | virtual |
| get_files(const std::string &path, std::vector< std::string > &result, bool recursive=false) | GEO::FileSystem::Node | virtual |
| get_subdirectories(const std::string &path, std::vector< std::string > &result, bool recursive=false) | GEO::FileSystem::Node | virtual |
| get_time_stamp(const std::string &path) | GEO::FileSystem::Node | virtual |
| home_directory() | GEO::FileSystem::Node | virtual |
| is_directory(const std::string &path) | GEO::FileSystem::Node | virtual |
| is_file(const std::string &path) | GEO::FileSystem::Node | virtual |
| is_shared() const | GEO::Counted | inline |
| load_file_as_string(const std::string &path) | GEO::FileSystem::Node | virtual |
| nb_refs() const | GEO::Counted | inline |
| Node() | GEO::FileSystem::Node | |
| normalized_path(const std::string &path) | GEO::FileSystem::Node | virtual |
| ref() const | GEO::Counted | inline |
| ref(const Counted *counted) | GEO::Counted | inlinestatic |
| rename_file(const std::string &old_name, const std::string &new_name) | GEO::FileSystem::Node | virtual |
| set_current_working_directory(const std::string &path) | GEO::FileSystem::Node | virtual |
| set_executable_flag(const std::string &filename) | GEO::FileSystem::Node | virtual |
| touch(const std::string &filename) | GEO::FileSystem::Node | virtual |
| unref() const | GEO::Counted | inline |
| unref(const Counted *counted) | GEO::Counted | inlinestatic |
| ~Counted() | GEO::Counted | protectedvirtual |
| ~Node() override | GEO::FileSystem::Node |