ARTS
2.0.49
|
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"
Go to the source code of this file.
Functions | |
void | give_up (const String &message, const Verbosity &verbosity) |
Print the error message and exit. More... | |
ostream & | operator<< (ostream &os, const Agenda &a) |
Output operator for Agenda. More... | |
ostream & | operator<< (ostream &os, const MRecord &a) |
Output operator for MRecord. More... | |
Print the error message and exit.
Definition at line 43 of file agenda_class.cc.
References arts_exit(), and CREATE_OUT0.
Referenced by Agenda::execute().
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 691 of file agenda_class.cc.
References Agenda::print().
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 782 of file agenda_class.cc.
References MRecord::print().