Go to the documentation of this file.
31 #ifndef xml_io_instantiation_h
32 #define xml_io_instantiation_h
39 #define TMPL_XML_READ_WRITE(what) \
40 template void xml_read_from_file<what> (const String&, what&, const Verbosity& verbosity); \
41 template void xml_write_to_file<what> (const String&, const what&, FileType, const Verbosity& verbosity);
122 #undef TMPL_XML_READ_WRITE
An Antenna object used by MCGeneral.
The structure to describe a propagation path and releated quantities.
Structure which describes the single scattering properties of a.
An absorption lookup table.
A tag group can consist of the sum of several of these.
The implementation for String, the ARTS string class.
Contains the lookup data for one isotope.
This file contains private function declarations and template instantiation to handle XML data files.
NUMERIC Numeric
The type to use for all floating point numbers.
Contains the lookup data for one species.
Structure to store a grid position.
A 2D sequential linear interpolation (SLI) lookup table.
INDEX Index
The type to use for all integer numbers and indices.
Contains the data for one retrieval quantity.
#define TMPL_XML_READ_WRITE(what)
This file contains basic functions to handle XML data files.