LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
LCRunHeaderIOImpl.h
1 #ifndef IOIMPL_LCRUNHEADERIOIMPL_H
2 #define IOIMPL_LCRUNHEADERIOIMPL_H 1
3 
4 
5 #include "IMPL/LCRunHeaderImpl.h"
6 
7 
8 
9 // forward declarations of friend classes :
10 namespace SIO {
11  class SIOReader ;
12 }
13 
14 
15 namespace IOIMPL {
16 
23 
24  // the reason for having this subclass
25  friend class SIO::SIOReader ;
26 
27  }; // class
28 
29 } // namespace
30 #endif /* ifndef IOIMPL_LCEVENTIOIMPL_H */
31 
32 
Adding stuff needed for io (friend declarations, etc.)
Definition: LCRunHeaderIOImpl.h:22
Implementation of LCRunHeader.
Definition: LCRunHeaderImpl.h:18
Concrete implementation of LCWriter using SIO.
Definition: SIOReader.h:33