ARTS
2.3.1285(git:92a29ea9-dirty)
|
Declarations for agendas. More...
Go to the source code of this file.
Classes | |
class | Agenda |
The Agenda class. More... | |
class | MRecord |
Method runtime data. More... | |
Typedefs | |
typedef Array< Agenda > | ArrayOfAgenda |
An array of Agenda. More... | |
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... | |
typedef Array<Agenda> ArrayOfAgenda |
An array of Agenda.
Definition at line 296 of file agenda_class.h.
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 715 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 802 of file agenda_class.cc.
References MRecord::print().