ARTS  2.3.1285(git:92a29ea9-dirty)
m_ignore.h
Go to the documentation of this file.
1 /* Copyright (C) 2002-2012 Stefan Buehler <sbuehler@ltu.se>
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 
29 #ifndef m_ignore_h
30 #define m_ignore_h
31 
32 #include "agenda_class.h"
33 #include "exceptions.h"
34 #include "messages.h"
35 #include "mystring.h"
36 #include "workspace_ng.h"
37 
38 /* Workspace method: Doxygen documentation will be auto-generated */
39 inline void Ignore(Workspace&,
40  // WS Generic Input:
41  const Agenda&,
42  const Verbosity&) {}
43 
44 /* Workspace method: Doxygen documentation will be auto-generated */
45 inline void Ignore(Workspace&,
46  // WS Generic Input:
47  const ArrayOfAgenda&,
48  const Verbosity&) {}
49 
50 /* Workspace method: Doxygen documentation will be auto-generated */
51 template <class T>
52 void Ignore( // WS Generic Input:
53  const T&,
54  const Verbosity&) {}
55 
56 /* Workspace method: Doxygen documentation will be auto-generated */
57 inline void Touch(Workspace&,
58  // WS Generic Output:
59  Agenda&,
60  const Verbosity&) {}
61 
62 /* Workspace method: Doxygen documentation will be auto-generated */
63 template <class T>
64 void Touch( // WS Generic Output:
65  T&,
66  const Verbosity&) {}
67 
68 #endif // m_ignore_h
The Agenda class.
Definition: agenda_class.h:44
Declarations having to do with the four output streams.
void Ignore(Workspace &, const Agenda &, const Verbosity &)
Definition: m_ignore.h:39
This file contains the Workspace class.
Declarations for agendas.
The declarations of all the exception classes.
This can be used to make arrays out of anything.
Definition: array.h:40
Workspace class.
Definition: workspace_ng.h:40
void Touch(Workspace &, Agenda &, const Verbosity &)
Definition: m_ignore.h:57
This file contains the definition of String, the ARTS string class.