ARTS 2.5.4 (git: bcd8c674)
|
Declarations for agendas. More...
#include "array.h"
#include "debug.h"
#include "matpack.h"
#include "mystring.h"
#include "messages.h"
#include "tokval.h"
#include "workspace_ng.h"
#include <set>
#include <utility>
#include "workspace_global_data.h"
Go to the source code of this file.
Classes | |
class | Agenda |
The Agenda class. More... | |
class | MRecord |
Method runtime data. More... | |
Typedefs | |
using | ArrayOfAgenda = Array< Agenda > |
An array of Agenda. More... | |
Functions | |
template<typename OutputStream , typename Container > | |
void | PrintWsvNames (OutputStream &outstream, const Workspace &ws, const Container &container) |
Print list of WSV names to output stream. More... | |
using ArrayOfAgenda = Array<Agenda> |
An array of Agenda.
Definition at line 223 of file agenda_class.h.
void PrintWsvNames | ( | OutputStream & | outstream, |
const Workspace & | ws, | ||
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 52 of file agenda_class.h.
References Workspace::PrintWsvName().
Referenced by Agenda::set_outputs_to_push_and_dup().