xtd 0.2.0
Loading...
Searching...
No Matches
xtd::configuration::file_settings Member List

This is the complete list of members for xtd::configuration::file_settings, including all inherited members.

auto_save() const noexcept -> boolxtd::configuration::file_settings
auto_save(bool value) noexcept -> voidxtd::configuration::file_settings
bottom_file_comment() const noexcept -> xtd::stringxtd::configuration::file_settings
bottom_file_comment(const xtd::string &value) noexcept -> file_settings &xtd::configuration::file_settings
convert_comment_to_text(const xtd::string &text) const noexcept -> xtd::string (defined in xtd::configuration::file_settings)xtd::configuration::file_settingsprotectedvirtual
convert_text_to_comment(const xtd::string &text) const noexcept -> xtd::string (defined in xtd::configuration::file_settings)xtd::configuration::file_settingsprotectedvirtual
equals(const xtd::object &obj) const noexcept -> bool overridextd::configuration::file_settingsvirtual
equals(const file_settings &other) const noexcept -> bool overridextd::configuration::file_settings
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
xtd::iequatable< file_settings >::equals(const file_settings &) const noexcept=0xtd::iequatable< file_settings >pure virtual
file_path() const noexcept -> const xtd::string &xtd::configuration::file_settings
file_settings() noexcept=defaultxtd::configuration::file_settings
file_settings(const xtd::string &file_path)xtd::configuration::file_settingsexplicit
file_settings(std::iostream &stream)xtd::configuration::file_settingsexplicit
from_string(const xtd::string &text) -> voidxtd::configuration::file_settingsvirtual
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
key_values() const noexcept -> string_dictionaryxtd::configuration::file_settings
key_values(const xtd::string &section) const noexcept -> string_dictionaryxtd::configuration::file_settings
keys() const noexcept -> string_collectionxtd::configuration::file_settings
keys(const xtd::string &section) const noexcept -> string_collectionxtd::configuration::file_settings
load(const xtd::string &file_path) -> voidxtd::configuration::file_settings
load(std::istream &stream) -> voidxtd::configuration::file_settings
memberwise_clone() constxtd::object
object()=defaultxtd::object
operator[](const xtd::string &section) const noexcept -> const string_dictionary &xtd::configuration::file_settings
operator[](const xtd::string &section) noexcept -> string_dictionary &xtd::configuration::file_settings
read(const xtd::string &key, const xtd::string &default_value) noexcept -> xtd::stringxtd::configuration::file_settings
read(const xtd::string &key, const type_t &default_value) -> type_txtd::configuration::file_settingsinline
read(const xtd::string &section, const xtd::string &key, const xtd::string &default_value) noexcept -> xtd::stringxtd::configuration::file_settings
read(const xtd::string &section, const xtd::string &key, const type_t &default_value) -> type_txtd::configuration::file_settingsinline
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
remove(const xtd::string &key) noexcept -> voidxtd::configuration::file_settings
remove(const xtd::string &section, const xtd::string &key) noexcept -> voidxtd::configuration::file_settings
remove_all_keys() noexcept -> voidxtd::configuration::file_settings
remove_all_keys(const xtd::string &section) noexcept -> voidxtd::configuration::file_settings
reset() -> voidxtd::configuration::file_settings
save() -> voidxtd::configuration::file_settings
save_as(const xtd::string &file_path) -> voidxtd::configuration::file_settings
save_as(std::ostream &stream) -> voidxtd::configuration::file_settings
sections() const noexcept -> string_collectionxtd::configuration::file_settings
stream() const noexcept -> std::optional< xtd::ref< std::iostream > >xtd::configuration::file_settings
string_collection typedefxtd::configuration::file_settings
string_dictionary typedefxtd::configuration::file_settings
to_string() const noexcept -> xtd::string overridextd::configuration::file_settingsvirtual
top_file_comment() const noexcept -> xtd::stringxtd::configuration::file_settings
top_file_comment(const xtd::string &value) noexcept -> file_settings &xtd::configuration::file_settings
write(const xtd::string &key, const xtd::string &value) noexcept -> voidxtd::configuration::file_settings
write(const xtd::string &key, type_t &&value) -> voidxtd::configuration::file_settingsinline
write(const xtd::string &section, const xtd::string &key, const xtd::string &value) noexcept -> voidxtd::configuration::file_settings
write(const xtd::string &section, const xtd::string &key, type_t &&value) -> voidxtd::configuration::file_settingsinline