Base classes
Methods
c_string(c_string && rhs)template <class Tr, class Alloc>
c_string(const std::basic_string< char, Tr, Alloc > & str)c_string(const_pointer data)c_string(const c_string &)c_string()set_root(const char * old_name = "/.__old__") -> voidset_working_directory() -> voidunmount(unmount_flags f) -> voidunmount() -> voidflags(mount_flags f) -> voidmake_mount_point(c_string source, mount_flags f, const void * options = nullptr) -> voidmake_mount_point(c_string source, c_string file_system, mount_flags f = mount_flags{}, const void * options = nullptr) -> voidmake_symbolik_link_from(c_string old) -> voidmake_link_from(c_string old) -> voidmake_file(file_type type, file_mode mode, device_type device = {}) -> voidmake_directory(file_mode mode) -> voidremove_file() -> voidremove_directory() -> voidowner(file_mode mode, uid_type user, gid_type group) -> voidmode(file_mode mode) -> voidaccess(file_mode mode) const -> std::errcattributes(file_attribute_options f = file_attribute_options{}) const -> file_attributesremove_attribute(c_string name, file_attribute_options f = file_attribute_options{}) -> voidattribute(c_string name, const_string value, file_attribute_flags f1 = file_attribute_flags{}, file_attribute_options f = file_attribute_options{}) -> voidattribute(c_string name, file_attribute_options f = file_attribute_options{}) const -> stringoperator const_pointer() const