|
ARTS
2.2.66
|
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... | |
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().