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

Declarations for agendas. More...

#include <set>
#include "messages.h"
#include "token.h"

Go to the source code of this file.

Classes

class  Agenda
 The Agenda class. More...
 
class  MRecord
 Method runtime data. More...
 

Typedefs

typedef Array< AgendaArrayOfAgenda
 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...
 

Detailed Description

Declarations for 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.h.

Typedef Documentation

◆ ArrayOfAgenda

An array of Agenda.

Definition at line 296 of file agenda_class.h.

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