ARTS
2.2.66
|
This file contains the declaration and partly the implementation of the workspace class. More...
Go to the source code of this file.
Classes | |
class | Workspace |
Workspace class. More... | |
struct | Workspace::WsvStruct |
Functions | |
template<typename OutputStream > | |
void | PrintWsvName (OutputStream &outstream, Index i) |
Print WSV name to output stream. More... | |
template<typename OutputStream , typename Container > | |
void | PrintWsvNames (OutputStream &outstream, const Container &container) |
Print list of WSV names to output stream. More... | |
This file contains the declaration and partly the implementation of the workspace class.
Definition in file workspace_ng.h.
void PrintWsvName | ( | OutputStream & | outstream, |
Index | i | ||
) |
Print WSV name to output stream.
Looks up the name of the WSV with index i and prints it to the given output stream.
outstream | OutputStream |
i | Index of WSV |
Definition at line 110 of file workspace_ng.h.
References Workspace::wsv_data.
Referenced by PrintWorkspace(), and PrintWsvNames().
void PrintWsvNames | ( | OutputStream & | outstream, |
const Container & | container | ||
) |
Print list of WSV names to output stream.
Runs through the list of WSV indexes and print all names to the given output stream. The list of indexes can be any STL container such as Array, vector...
outstream | OutputStream |
container | List of WSV indexes |
Definition at line 125 of file workspace_ng.h.
References PrintWsvName().
Referenced by Agenda::set_outputs_to_push_and_dup().