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&); \
41 template void xml_write_to_file<what>(const String&, const what&, FileType, const Index, const Verbosity&);
134 #undef TMPL_XML_READ_WRITE
Container class for Quantum Numbers.
An Antenna object used by MCGeneral.
The structure to describe a propagation path and releated quantities.
Auxiliary data for isotopologues.
Structure which describes the single scattering properties of a particle or a particle distribution.
An absorption lookup table.
A tag group can consist of the sum of several of these.
The implementation for String, the ARTS string class.
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.
Contains the lookup data for one isotopologue.
A 2D sequential linear interpolation (SLI) lookup table.
CIA data for a single pair of molecules.
Record containing upper and lower quantum numbers.
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.