ARTS  2.3.1285(git:92a29ea9-dirty)
xml_io_instantiation.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2012 Oliver Lemke <olemke@core-dump.info>
2 
3  This program is free software; you can redistribute it and/or modify it
4  under the terms of the GNU General Public License as published by the
5  Free Software Foundation; either version 2, or (at your option) any
6  later version.
7 
8  This program is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  GNU General Public License for more details.
12 
13  You should have received a copy of the GNU General Public License
14  along with this program; if not, write to the Free Software
15  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16  USA. */
17 
19 // File description
21 
30 #ifndef xml_io_instantiation_h
31 #define xml_io_instantiation_h
32 
33 #include <cfloat>
34 #include <stdexcept>
35 #include "xml_io.h"
36 #include "xml_io_types.h"
37 
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&);
43 
45 // Explicit instantiation of template functions we need
47 
48 //=== Basic Types ==========================================================
49 
66 
67 //=== Compound Types =======================================================
68 
99 
100 //=== Array Types ==========================================================
101 
157 
158 //==========================================================================
159 
160 // Undefine the macro to avoid it being used anywhere else
161 #undef TMPL_XML_READ_WRITE
162 
163 #endif /* xml_io_instantiation_h */
INDEX Index
The type to use for all integer numbers and indices.
Definition: matpack.h:39
Class to keep track of Transmission Matrices for Stokes Dim 1-4.
The Agenda class.
Definition: agenda_class.h:44
The Vector class.
Definition: matpackI.h:860
#define TMPL_XML_READ_WRITE(what)
Class to handle time in ARTS.
Definition: artstime.h:40
The Sparse class.
Definition: matpackII.h:60
The Tensor4 class.
Definition: matpackIV.h:421
This file contains private function declarations and template instantiation to handle XML data files...
This file contains basic functions to handle XML data files.
The Tensor7 class.
Definition: matpackVII.h:2382
Stokes vector is as Propagation matrix but only has 4 possible values.
A 2D sequential linear interpolation (SLI) lookup table This class holds the gridded for 2D SLI as we...
Definition: mc_interp.h:56
Structure to store a grid position.
Definition: interpolation.h:73
Deals with internal derivatives, Jacobian definition, and OEM calculations.
Definition: jacobian.h:120
The Tensor3 class.
Definition: matpackIII.h:339
Implements rational numbers to work with other ARTS types.
Definition: rational.h:54
Contains the lookup data for one species.
Definition: absorption.h:144
A tag group can consist of the sum of several of these.
An absorption lookup table.
Class to identify and match lines by their quantum numbers.
Definition: quantum.h:390
NUMERIC Numeric
The type to use for all floating point numbers.
Definition: matpack.h:33
The Matrix class.
Definition: matpackI.h:1193
An Antenna object used by MCGeneral.
Definition: mc_antenna.h:51
Radiation Vector for Stokes dimension 1-4.
Container class for Quantum Numbers.
Definition: quantum.h:222
This can be used to make arrays out of anything.
Definition: array.h:40
Contains the lookup data for one isotopologue.
Definition: absorption.h:45
A telsem atlas.
Definition: telsem.h:57
The Tensor6 class.
Definition: matpackVI.h:1088
CIA data for a single pair of molecules.
Definition: cia.h:67
The structure to describe a propagation path and releated quantities.
Definition: ppath.h:48
Auxiliary data for isotopologues.
Definition: absorption.h:217
The Tensor5 class.
Definition: matpackV.h:506