ARTS  2.3.1285(git:92a29ea9-dirty)
agenda_class.cc File Reference

Implementation of agendas. More...

#include <algorithm>
#include <iterator>
#include <ostream>
#include "agenda_class.h"
#include "agenda_record.h"
#include "arts.h"
#include "arts_omp.h"
#include "auto_md.h"
#include "global_data.h"
#include "messages.h"
#include "methods.h"
#include "workspace_ng.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...
 

Detailed Description

Implementation of agendas.

Author
Stefan Buehler sbueh.nosp@m.ler@.nosp@m.ltu.s.nosp@m.e
Date
Thu Mar 14 08:49:33 2002

Definition in file agenda_class.cc.

Function Documentation

◆ operator<<() [1/2]

ostream& operator<< ( ostream &  os,
const Agenda a 
)

Output operator for Agenda.

This is useful for debugging.

Parameters
osOutput stream.
aThe Agenda to write.
Returns
Output stream.
Author
Stefan Buehler
Date
2002-12-02

Definition at line 715 of file agenda_class.cc.

References Agenda::print().

Referenced by Agenda::operator=().

◆ operator<<() [2/2]

ostream& operator<< ( ostream &  os,
const MRecord a 
)

Output operator for MRecord.

This is useful for debugging.

Parameters
osOutput stream.
aThe method runtime data record to write.
Returns
Output stream.
Author
Stefan Buehler
Date
2002-12-02

Definition at line 802 of file agenda_class.cc.

References MRecord::print().