ARTS  2.4.0(git:4fb77825)
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 */
GriddedField2
Definition: gridded_fields.h:237
Matrix
The Matrix class.
Definition: matpackI.h:1193
QuantumNumbers
Container class for Quantum Numbers.
Definition: quantum.h:222
StokesVector
Stokes vector is as Propagation matrix but only has 4 possible values.
Definition: propagationmatrix.h:1075
QuantumIdentifier
Class to identify and match lines by their quantum numbers.
Definition: quantum.h:390
Tensor3
The Tensor3 class.
Definition: matpackIII.h:339
GriddedField6
Definition: gridded_fields.h:455
Sparse
The Sparse class.
Definition: matpackII.h:60
CovarianceMatrix
Definition: covariance_matrix.h:226
PropagationMatrix
Definition: propagationmatrix.h:87
TelsemAtlas
A telsem atlas.
Definition: telsem.h:57
TessemNN
Definition: tessem.h:33
MCAntenna
An Antenna object used by MCGeneral.
Definition: mc_antenna.h:51
Tensor4
The Tensor4 class.
Definition: matpackIV.h:421
Ppath
The structure to describe a propagation path and releated quantities.
Definition: ppath.h:48
SpeciesAuxData
Auxiliary data for isotopologues.
Definition: absorption.h:217
Agenda
The Agenda class.
Definition: agenda_class.h:44
GriddedField3
Definition: gridded_fields.h:284
SingleScatteringData
Definition: optproperties.h:80
GasAbsLookup
An absorption lookup table.
Definition: gas_abs_lookup.h:45
Timer
Definition: m_general.h:68
Array
This can be used to make arrays out of anything.
Definition: array.h:108
SpeciesTag
A tag group can consist of the sum of several of these.
Definition: abs_species_tags.h:44
HitranRelaxationMatrixData
Definition: linemixing_hitran.h:38
my_basic_string< char >
ScatteringMetaData
Definition: optproperties.h:109
xml_io_types.h
This file contains private function declarations and template instantiation to handle XML data files.
Numeric
NUMERIC Numeric
The type to use for all floating point numbers.
Definition: matpack.h:33
Verbosity
Definition: messages.h:49
XsecRecord
Definition: hitran_xsec.h:37
GriddedField4
Definition: gridded_fields.h:340
Absorption::Lines
Definition: absorptionlines.h:547
EnergyLevelMap
Definition: energylevelmap.h:60
SpeciesRecord
Contains the lookup data for one species.
Definition: absorption.h:144
Tensor5
The Tensor5 class.
Definition: matpackV.h:506
GridPos
Structure to store a grid position.
Definition: interpolation.h:73
RadiationVector
Radiation Vector for Stokes dimension 1-4.
Definition: transmissionmatrix.h:395
IsotopologueRecord
Contains the lookup data for one isotopologue.
Definition: absorption.h:45
Time
Class to handle time in ARTS.
Definition: artstime.h:40
SLIData2
A 2D sequential linear interpolation (SLI) lookup table This class holds the gridded for 2D SLI as we...
Definition: mc_interp.h:56
CIARecord
CIA data for a single pair of molecules.
Definition: cia.h:67
GriddedField1
Definition: gridded_fields.h:196
Index
INDEX Index
The type to use for all integer numbers and indices.
Definition: matpack.h:39
RetrievalQuantity
Deals with internal derivatives, Jacobian definition, and OEM calculations.
Definition: jacobian.h:120
Tensor6
The Tensor6 class.
Definition: matpackVI.h:1088
Vector
The Vector class.
Definition: matpackI.h:860
TMPL_XML_READ_WRITE
#define TMPL_XML_READ_WRITE(what)
Definition: xml_io_instantiation.h:38
TransmissionMatrix
Class to keep track of Transmission Matrices for Stokes Dim 1-4.
Definition: transmissionmatrix.h:38
GriddedField5
Definition: gridded_fields.h:395
Rational
Implements rational numbers to work with other ARTS types.
Definition: rational.h:54
Tensor7
The Tensor7 class.
Definition: matpackVII.h:2382
xml_io.h
This file contains basic functions to handle XML data files.