thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
PersistentIStream.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_PersistentIStream_FH
3 #define ThePEG_PersistentIStream_FH
4 //
5 // This is the forward declaration of the PersistentIStream class.
6 //
7 
8 namespace ThePEG {
9 
10 class PersistentIStream;
11 
12 /** Defines a manipulator function type */
13 typedef PersistentIStream & (* PersistentIManip) (PersistentIStream &);
14 
15 }
16 
17 #endif /* ThePEG_PersistentIStream_FH */