53 const Index& file_index,
55 const Index& digits = 0);
70 const Index no_clobber,
81 if (file_format ==
"ascii")
83 else if (file_format ==
"zascii")
85 else if (file_format ==
"binary")
88 throw std::runtime_error(
89 "file_format contains illegal string. " 91 " ascii: XML output\n" 92 " zascii: Zipped XML output\n" 93 " binary: XML + binary output");
INDEX Index
The type to use for all integer numbers and indices.
void xml_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads data from XML file.
void filename_xml(String &filename, const String &varname)
Gives the default filename for the XML formats.
Declarations required for the calculation of absorption coefficients.
Stuff related to time in ARTS.
void xml_write_to_file(const String &filename, const T &type, const FileType ftype, const Index no_clobber, const Verbosity &verbosity)
Write data to XML file.
void filename_xml_with_index(String &filename, const Index &file_index, const String &varname, const Index &digits=0)
Gives the default filename, with file index, for the XML formats.
This file contains the definition of String, the ARTS string class.
FileType string2filetype(const String &file_format)