ARTS  1.0.222
Functions
methods_aux.cc File Reference

Auxiliary material for the workspace methods, which used to be in methods.cc. More...

#include "arts.h"
#include <map>
#include "make_array.h"
#include "auto_wsv.h"
#include "methods.h"
#include "wsv_aux.h"

Go to the source code of this file.

Functions

void define_md_map ()
 Define MdMap. More...
 
ostream & operator<< (ostream &os, const MdRecord &mdr)
 Output operator for MdRecord. More...
 

Detailed Description

Auxiliary material for the workspace methods, which used to be in methods.cc.

The reason for the separation is that the stuff here hardly ever should be changed, whereas methods.cc has to be edited each time a new method is added. See methods.h for more documentation.

Author
Stefan Buehler
Date
2000-06-10

Definition in file methods_aux.cc.

Function Documentation

◆ define_md_map()

void define_md_map ( )

Define MdMap.

MdMap can be used to find method data by method name.

Definition at line 37 of file methods_aux.cc.

◆ operator<<()

ostream& operator<< ( ostream &  os,
const MdRecord mdr 
)

Output operator for MdRecord.

Author
Stefan Buehler

Definition at line 110 of file methods_aux.cc.