ARTS 2.5.11 (git: 725533f0)
m_ignore.h
Go to the documentation of this file.
1
12#ifndef m_ignore_h
13#define m_ignore_h
14
15#include "agenda_class.h"
16#include "exceptions.h"
17#include "messages.h"
18#include "mystring.h"
19#include "workspace_ng.h"
20
21/* Workspace method: Doxygen documentation will be auto-generated */
22inline void Ignore(Workspace&,
23 // WS Generic Input:
24 const Agenda&,
25 const Verbosity&) {}
26
27/* Workspace method: Doxygen documentation will be auto-generated */
28inline void Ignore(Workspace&,
29 // WS Generic Input:
30 const ArrayOfAgenda&,
31 const Verbosity&) {}
32
33/* Workspace method: Doxygen documentation will be auto-generated */
34template <class T>
35void Ignore( // WS Generic Input:
36 const T&,
37 const Verbosity&) {}
38
39/* Workspace method: Doxygen documentation will be auto-generated */
40inline void Touch(Workspace& ws,
41 // WS Generic Output:
42 Agenda& out,
43 const Verbosity&) {
44 out = Agenda{ws};
45}
46
47/* Workspace method: Doxygen documentation will be auto-generated */
48template <class T>
49void Touch( // WS Generic Output:
50 T&,
51 const Verbosity&) {}
52
53#endif // m_ignore_h
Declarations for agendas.
The Agenda class.
This can be used to make arrays out of anything.
Definition array.h:31
Workspace class.
The declarations of all the exception classes.
void Ignore(Workspace &, const Agenda &, const Verbosity &)
Definition m_ignore.h:22
void Touch(Workspace &ws, Agenda &out, const Verbosity &)
Definition m_ignore.h:40
Declarations having to do with the four output streams.
This file contains the definition of String, the ARTS string class.
This file contains the Workspace class.