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 */
22template <typename T>
23void 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
Workspace class.
std::shared_ptr< WsvMap_type > WsvMap_ptr
void set_empty(Index i)
Delete WSV.
#define _U_
Definition config.h:177
void Delete(Workspace &ws, const T &x, const String &x_name, const Verbosity &)
WORKSPACE METHOD: Delete.
Definition m_delete.h:23
Template functions for general supergeneric ws methods.
This file contains the definition of String, the ARTS string class.
This file contains the Workspace class.