Go to the documentation of this file.
30 #ifndef xml_io_instantiation_h
31 #define xml_io_instantiation_h
38 #define TMPL_XML_READ_WRITE(what) \
39 template void xml_read_from_file<what>( \
40 const String&, what&, const Verbosity&); \
41 template void xml_write_to_file<what>( \
42 const String&, const what&, FileType, const Index, const Verbosity&);
161 #undef TMPL_XML_READ_WRITE
Container class for Quantum Numbers.
Stokes vector is as Propagation matrix but only has 4 possible values.
Class to identify and match lines by their quantum numbers.
An Antenna object used by MCGeneral.
The structure to describe a propagation path and releated quantities.
Auxiliary data for isotopologues.
An absorption lookup table.
This can be used to make arrays out of anything.
A tag group can consist of the sum of several of these.
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.
Radiation Vector for Stokes dimension 1-4.
Contains the lookup data for one isotopologue.
Class to handle time in ARTS.
A 2D sequential linear interpolation (SLI) lookup table This class holds the gridded for 2D SLI as we...
CIA data for a single pair of molecules.
INDEX Index
The type to use for all integer numbers and indices.
Deals with internal derivatives, Jacobian definition, and OEM calculations.
#define TMPL_XML_READ_WRITE(what)
Class to keep track of Transmission Matrices for Stokes Dim 1-4.
Implements rational numbers to work with other ARTS types.
This file contains basic functions to handle XML data files.