#include <stack>
#include <map>
#include "array.h"
#include "wsv_aux.h"


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. | |
Definition in file workspace_ng.h.
| void PrintWsvName | ( | OutputStream & | outstream, | |
| Index | i | |||
| ) | [inline] |
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 103 of file workspace_ng.h.
References Workspace::wsv_data.
Referenced by PrintWorkspace(), and PrintWsvNames().
1.5.6