Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
This is the complete list of members for GEO::FileSystem::MemoryNode, 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) override | GEO::FileSystem::MemoryNode | virtual |
Counted() | GEO::Counted | inlineprotected |
create_directory(const std::string &path) override | GEO::FileSystem::MemoryNode | virtual |
create_file(const std::string &path, const char *content) | GEO::FileSystem::MemoryNode | |
delete_directory(const std::string &path) override | GEO::FileSystem::MemoryNode | virtual |
delete_file(const std::string &path) override | GEO::FileSystem::MemoryNode | 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) override | GEO::FileSystem::MemoryNode | virtual |
GEO::FileSystem::Node::get_directory_entries(const std::string &path, std::vector< std::string > &result, bool recursive) | GEO::FileSystem::Node | virtual |
get_file_contents(const std::string &path) | GEO::FileSystem::MemoryNode | |
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) override | GEO::FileSystem::MemoryNode | virtual |
is_file(const std::string &path) override | GEO::FileSystem::MemoryNode | virtual |
is_shared() const | GEO::Counted | inline |
load_file_as_string(const std::string &path) override | GEO::FileSystem::MemoryNode | virtual |
MemoryNode(const std::string &path="/") | GEO::FileSystem::MemoryNode | inline |
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) override | GEO::FileSystem::MemoryNode | virtual |
set_current_working_directory(const std::string &path) | GEO::FileSystem::Node | virtual |
set_executable_flag(const std::string &filename) | GEO::FileSystem::Node | virtual |
split_path(const std::string &path, std::string &leadingsubdir, std::string &rest) | GEO::FileSystem::MemoryNode | protectedstatic |
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 |