LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
LCGenericObjectIOImpl.h
1 #ifndef LCGENERICOBJECTIOIMPL_H
2 #define LCGENERICOBJECTIOIMPL_H 1
3 
4 #include "IMPL/LCGenericObjectImpl.h"
5 
6 namespace SIO{
7  class SIOLCGenericObjectHandler;
8 }
9 
10 
11 namespace IOIMPL {
12 
20 
21  friend class SIO::SIOLCGenericObjectHandler ;
22 
23  public:
25 
26  LCGenericObjectIOImpl(int nInt, int nFloat, int nDouble)
27  : LCGenericObjectImpl(nInt, nFloat, nDouble) {}
28 
29 
30  }; // class
31 } // namespace
32 #endif /* ifndef LCGENERICOBJECTIOIMPL_H */
Implementation of SIOObjectHandler to handle IO of LCGenericObjects.
Definition: SIOLCGenericObjectHandler.h:17
Adding stuff needed for io (friend declarations, etc.)
Definition: LCGenericObjectIOImpl.h:19
Default LCIO implementation of the interface to store generic user data.
Definition: LCGenericObjectImpl.h:18
LCGenericObjectImpl()
Variable size c'tor.
Definition: LCGenericObjectImpl.cc:14