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 "wsv_aux.h"
#include "messages.h"
#include "workspace_ng.h"
#include "arts_omp.h"
#include "auto_md.h"

Include dependency graph for agenda_class.cc:

Go to the source code of this file.

Functions

void give_up (const String &message)
 Print the error message and exit.
ostream & operator<< (ostream &os, const Agenda &a)
 Output operator for Agenda.
ostream & operator<< (ostream &os, const MRecord &a)
 Output operator for MRecord.


Detailed Description

Implementation of agendas.

Author:
Stefan Buehler <sbuehler@ltu.se>
Date:
Thu Mar 14 08:49:33 2002

Definition in file agenda_class.cc.


Function Documentation

void give_up ( const String message  ) 

Print the error message and exit.

Definition at line 44 of file agenda_class.cc.

References arts_exit(), and out0.

Referenced by Agenda::execute().

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

Output operator for MRecord.

This is useful for debugging.

Parameters:
os Output stream.
a The method runtime data record to write.
Returns:
Output stream.
Author:
Stefan Buehler
Date:
2002-12-02

Definition at line 736 of file agenda_class.cc.

References MRecord::print().

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

Output operator for Agenda.

This is useful for debugging.

Parameters:
os Output stream.
a The Agenda to write.
Returns:
Output stream.
Author:
Stefan Buehler
Date:
2002-12-02

Definition at line 645 of file agenda_class.cc.

References Agenda::print().


Generated on Mon Mar 23 14:06:30 2009 for ARTS by  doxygen 1.5.6