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


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. | |
Definition in file agenda_class.h.
| ostream& operator<< | ( | ostream & | os, | |
| const MRecord & | a | |||
| ) |
Output operator for MRecord.
This is useful for debugging.
| os | Output stream. | |
| a | The method runtime data record to write. |
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.
| os | Output stream. | |
| a | The Agenda to write. |
Definition at line 645 of file agenda_class.cc.
References Agenda::print().
1.5.6