ARTS
2.5.11 (git: 725533f0)
m_delete.h
Go to the documentation of this file.
1
12
#ifndef m_delete_h
13
#define m_delete_h
14
15
#include <map>
16
17
#include "
m_general.h
"
18
#include "
mystring.h
"
19
#include "
workspace_ng.h
"
20
21
/* Workspace method: Doxygen documentation will be auto-generated */
22
template
<
typename
T>
23
void
Delete
(
// Workspace reference
24
Workspace
& ws,
25
// WS Generic Input:
26
const
T& x
_U_
,
27
// WS Generic Input Names:
28
const
String
& x_name,
29
const
Verbosity
&) {
30
ws.
set_empty
(ws.
WsvMap_ptr
->at(x_name));
31
}
32
33
#endif
// m_ignore_h
Verbosity
Definition
messages.h:31
Workspace
Workspace class.
Definition
workspace_ng.h:36
Workspace::WsvMap_ptr
std::shared_ptr< WsvMap_type > WsvMap_ptr
Definition
workspace_ng.h:62
Workspace::set_empty
void set_empty(Index i)
Delete WSV.
Definition
workspace_ng.cc:32
my_basic_string< char >
_U_
#define _U_
Definition
config.h:177
Delete
void Delete(Workspace &ws, const T &x, const String &x_name, const Verbosity &)
WORKSPACE METHOD: Delete.
Definition
m_delete.h:23
m_general.h
Template functions for general supergeneric ws methods.
mystring.h
This file contains the definition of String, the ARTS string class.
workspace_ng.h
This file contains the Workspace class.
src
m_delete.h
Generated on Wed Aug 23 2023 14:35:57 for ARTS by
1.9.7