ARTS
2.2.66
|
Implementation of agendas. More...
#include <ostream>
#include <algorithm>
#include <iterator>
#include "arts.h"
#include "agenda_class.h"
#include "agenda_record.h"
#include "methods.h"
#include "messages.h"
#include "workspace_ng.h"
#include "arts_omp.h"
#include "auto_md.h"
#include "global_data.h"
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const Agenda &a) |
Output operator for Agenda. More... | |
ostream & | operator<< (ostream &os, const MRecord &a) |
Output operator for MRecord. More... | |
ostream& operator<< | ( | ostream & | os, |
const Agenda & | a | ||
) |
Output operator for Agenda.
This is useful for debugging.
os | Output stream. |
a | The Agenda to write. |
Definition at line 719 of file agenda_class.cc.
References Agenda::print().
Referenced by Agenda::operator=().
ostream& operator<< | ( | ostream & | os, |
const MRecord & | a | ||
) |
Output operator for MRecord.
This is useful for debugging.
os | Output stream. |
a | The method runtime data record to write. |
Definition at line 809 of file agenda_class.cc.
References MRecord::print().