#include <iostream>#include <sstream>#include "signals.hh"Go to the source code of this file.
Classes | |
| class | ppsig |
Functions | |
| ostream & | operator<< (ostream &file, const ppsig &pp) |
| ostream& operator<< | ( | ostream & | file, | |
| const ppsig & | pp | |||
| ) | [inline] |
Definition at line 80 of file ppsig.hh.
References ppsig::print().
00080 { return pp.print(file); }
1.6.3