ARTS  2.2.66
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 "exceptions.h"
33 #include "messages.h"
34 #include "mystring.h"
35 #include "workspace_ng.h"
36 #include "agenda_class.h"
37 
38 /* Workspace method: Doxygen documentation will be auto-generated */
40  // WS Generic Input:
41  const Agenda&,
42  const Verbosity&)
43 {
44 }
45 
46 
47 /* Workspace method: Doxygen documentation will be auto-generated */
48 template< class T >
49 void Ignore(// WS Generic Input:
50  const T&,
51  const Verbosity&)
52 {
53 }
54 
55 
56 /* Workspace method: Doxygen documentation will be auto-generated */
58  // WS Generic Output:
59  Agenda&,
60  const Verbosity&)
61 {
62 }
63 
64 /* Workspace method: Doxygen documentation will be auto-generated */
65 template< class T >
66 void Touch(// WS Generic Output:
67  T&,
68  const Verbosity&)
69 {
70 }
71 
72 #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 declaration and partly the implementation of the workspace class...
Declarations for agendas.
The declarations of all the exception classes.
Workspace class.
Definition: workspace_ng.h:47
void Touch(Workspace &, Agenda &, const Verbosity &)
Definition: m_ignore.h:57
This file contains the definition of String, the ARTS string class.