add_resources(const XMLResourceDocument &additional_resources) | clan::XMLResourceDocument | |
create_resource(const std::string &resource_id, const std::string &type) | clan::XMLResourceDocument | |
destroy_resource(const std::string &resource_id) | clan::XMLResourceDocument | |
get_boolean_resource(const std::string &resource_id, bool default_value) const | clan::XMLResourceDocument | |
get_integer_resource(const std::string &resource_id, int default_value) const | clan::XMLResourceDocument | |
get_resource(const std::string &resource_id) const | clan::XMLResourceDocument | |
get_resource_names() const | clan::XMLResourceDocument | |
get_resource_names(const std::string §ion) const | clan::XMLResourceDocument | |
get_resource_names_of_type(const std::string &type) const | clan::XMLResourceDocument | |
get_resource_names_of_type(const std::string &type, const std::string §ion) const | clan::XMLResourceDocument | |
get_section_names() const | clan::XMLResourceDocument | |
get_string_resource(const std::string &resource_id, const std::string &default_value) const | clan::XMLResourceDocument | |
load(const std::string &filename) | clan::XMLResourceDocument | |
load(const std::string &filename, const FileSystem &file_system) | clan::XMLResourceDocument | |
load(IODevice file, const std::string &base_path=std::string(), const FileSystem &file_system=FileSystem()) | clan::XMLResourceDocument | |
operator=(const XMLResourceDocument ©) | clan::XMLResourceDocument | |
operator==(const XMLResourceDocument &that) const | clan::XMLResourceDocument | |
remove_resources(const XMLResourceDocument &additional_resources) | clan::XMLResourceDocument | |
resource_exists(const std::string &resource_id) const | clan::XMLResourceDocument | |
save(const std::string &filename) | clan::XMLResourceDocument | |
save(const std::string &filename, const FileSystem &file_system) | clan::XMLResourceDocument | |
save(IODevice file) | clan::XMLResourceDocument | |
XMLResourceDocument() | clan::XMLResourceDocument | |
XMLResourceDocument(const std::string &filename) | clan::XMLResourceDocument | |
XMLResourceDocument(const std::string &filename, FileSystem fs) | clan::XMLResourceDocument | |
XMLResourceDocument(IODevice file, const std::string &base_path, FileSystem fs) | clan::XMLResourceDocument | |
XMLResourceDocument(const XMLResourceDocument &other) | clan::XMLResourceDocument | |
XMLResourceDocument_Impl class | clan::XMLResourceDocument | friend |
XMLResourceNode class | clan::XMLResourceDocument | friend |
~XMLResourceDocument() | clan::XMLResourceDocument | |