#include <string>#include "Persistency/PerStreamManager.h"#include "Persistency/PerStream.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &ms, const PerStreamManager &psm) |
| CVSID ("$Id: PerStreamManager.cxx,v 1.18 2007/03/20 22:52:09 schubert Exp $") | |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 20 of file PerStreamManager.cxx. References PerStreamManager::Print(). 00020 {
00021 return psm.Print(ms);
00022 }
|
1.3.9.1