ARTS  1.0.222
Functions | Variables
workspace_aux.cc File Reference

Auxiliary material for the workspace. More...

#include "arts.h"
#include <map>
#include "matpackI.h"
#include "array.h"
#include "auto_wsv_groups.h"
#include "wsv_aux.h"

Go to the source code of this file.

Functions

void define_wsv_map ()
 Define WsvMap. More...
 
ostream & operator<< (ostream &os, const WsvRecord &wr)
 Output operator for WsvRecord. More...
 

Variables

std::map< String, IndexWsvMap
 

Detailed Description

Auxiliary material for the workspace.

This file contains auxiliary material for the workspace, which used to be in workspace.cc. The reason for the separation is that the stuff here hardly ever should be changed, whereas workspace.cc has to be edited each time a new variable is added.

Author
Stefan Buehler
Date
2000-06-10

Definition in file workspace_aux.cc.

Function Documentation

◆ define_wsv_map()

void define_wsv_map ( )

Define WsvMap.

WsvMap can be used to find workspace variable data by name.

Author
Stefan Buehler

Definition at line 40 of file workspace_aux.cc.

◆ operator<<()

ostream& operator<< ( ostream &  os,
const WsvRecord wr 
)

Output operator for WsvRecord.

Author
Stefan Buehler

Definition at line 52 of file workspace_aux.cc.

Variable Documentation

◆ WsvMap

std::map<String, Index> WsvMap

The map assiciated with wsv_data.

Definition at line 38 of file workspace_aux.cc.