ARTS  2.0.49
agenda_class.cc File Reference

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...
 

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

◆ give_up()

void give_up ( const String message,
const Verbosity verbosity 
)

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

◆ 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 691 of file agenda_class.cc.

References Agenda::print().

◆ 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 782 of file agenda_class.cc.

References MRecord::print().