#include <string>#include "TClass.h"#include "Persistency/PerOutputStream.h"#include "Persistency/PerOutputStreamManager.h"#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Record/RecMinos.h"#include "Record/RecRecord.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &ms, const PerOutputStreamManager &posm) |
| CVSID ("$Id: PerOutputStreamManager.cxx,v 1.27 2005/05/01 21:53:35 minoscvs Exp $") | |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 24 of file PerOutputStreamManager.cxx. 00025 {
00026 return posm.Print(ms);
00027 }
|
1.3.9.1