#include <string>#include "TEnv.h"#include "Persistency/PerFileManager.h"#include "Persistency/PerFile.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &ms, const PerFileManager &fm) |
| CVSID ("$Id: PerFileManager.cxx,v 1.12 2005/09/25 19:25:52 schubert Exp $") | |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 22 of file PerFileManager.cxx. 00023 {
00024 return fm.Print(ms);
00025 }
|
1.3.9.1