agenda_class.h File Reference

Declarations for agendas. More...

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

Include dependency graph for agenda_class.h:

This graph shows which files directly or indirectly include this file:

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.
ostream & operator<< (ostream &os, const MRecord &a)
 Output operator for MRecord.


Detailed Description

Declarations for agendas.

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

Definition in file agenda_class.h.


Function Documentation

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