#include <vector>
#include <list>
#include <string>
#include <fstream>
#include "logging.h"
Funktionen | |
| template<class T> | |
| ostream & | operator<< (ostream &os, const Stack< T > &) |
| Ausgabe eines einzelnen Stacks als durch Komma getrennte Aufzaehlung. | |
| template<class T> | |
| ostream & | operator<< (ostream &os, const list< T > &) |
| Ausgabe einer Liste als durch "|" getrennte Aufzaehlung. | |
|
||||||||||||||||
|
Ausgabe einer Liste als durch "|" getrennte Aufzaehlung.
|
|
||||||||||||||||
|
Ausgabe eines einzelnen Stacks als durch Komma getrennte Aufzaehlung.
|
1.4.1