ARTS
1.0.222
|
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... | |
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.
Definition in file methods_aux.cc.
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.
ostream& operator<< | ( | ostream & | os, |
const MdRecord & | mdr | ||
) |
Output operator for MdRecord.
Definition at line 110 of file methods_aux.cc.