#include <iosfwd>#include "Persistency/PerInputStreamManager.h"Go to the source code of this file.
Classes | |
| class | DemoInputModule |
Functions | |
| std::ostream & | operator<< (std::ostream &ms, const DemoInputModule &dm) |
|
||||||||||||
|
Definition at line 19 of file DemoInputModule.cc. References DemoInputModule::Print(). 00019 {
00020 return dm.Print(ms);
00021 }
|
1.3.9.1