42 ReadXML (v, v_name, f, f_name, verbosity);
54 const Index& file_index,
73 const Index& no_clobber,
77 const String& no_clobber_name,
80 WriteXML (file_format, v, f, no_clobber,
81 v_name, f_name, no_clobber_name, verbosity);
90 const Index& file_index,
99 WriteXMLIndexed (file_format, file_index, v, f, v_name, f_name, verbosity);
109 file_format =
"ascii";
119 file_format =
"zascii";
129 file_format =
"binary";
INDEX Index
The type to use for all integer numbers and indices.
void output_file_formatSetZippedAscii(String &file_format, const Verbosity &)
WORKSPACE METHOD: output_file_formatSetZippedAscii.
void ReadXMLIndexed(Workspace &ws, Agenda &v, const String &v_name, const Index &file_index, const String &f, const String &f_name, const Verbosity &verbosity)
The implementation for String, the ARTS string class.
void output_file_formatSetBinary(String &file_format, const Verbosity &)
WORKSPACE METHOD: output_file_formatSetBinary.
void WriteXMLIndexed(Workspace &ws, const String &file_format, const Index &file_index, const Agenda &v, const String &f, const String &v_name, const String &f_name, const Verbosity &verbosity)
void ReadXML(Workspace &ws, Agenda &v, const String &v_name, const String &f, const String &f_name, const Verbosity &verbosity)
Workspace methods and template functions for supergeneric XML IO.
void output_file_formatSetAscii(String &file_format, const Verbosity &)
WORKSPACE METHOD: output_file_formatSetAscii.
void WriteXML(Workspace &ws, const String &file_format, const Agenda &v, const String &f, const Index &no_clobber, const String &v_name, const String &f_name, const String &no_clobber_name, const Verbosity &verbosity)