Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IFactory.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IFactory.h,v 1.4 2001/02/23 16:12:10 dquarrie Exp $
2 #ifndef GAUDIKERNEL_IFACTORY_H
3 #define GAUDIKERNEL_IFACTORY_H
4 
5 // Include files
7 #include <string>
8 #include <vector>
9 
17 class GAUDI_API IFactory: virtual public IInterface {
18 public:
21 
23  virtual IInterface* instantiate( IInterface *parent ) const = 0;
24  virtual unsigned long addRef() const = 0;
25  virtual unsigned long release() const = 0;
26 
30  virtual unsigned long addRef() = 0;
32  virtual unsigned long release() = 0;
33 
34  virtual const std::string& ident() const = 0;
35 
36 };
37 
38 #endif // GAUDIKERNEL_IFACTORY_H

Generated at Wed Jun 4 2014 14:48:57 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004