CMS 3D CMS Logo

SimpleOutlet.h
Go to the documentation of this file.
1 #ifndef Utilities_SimpleOutlet_h
2 #define Utilities_SimpleOutlet_h
3 // -*- C++ -*-
4 //
5 // Package: Utilities
6 // Class : SimpleOutlet
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Fri Sep 22 13:10:36 EDT 2006
19 //
20 
21 // system include files
22 
23 // user include files
26 
27 // forward declarations
28 namespace edm {
29  template <class T>
30  class SimpleOutlet : private OutletBase<T> {
31  public:
33  this->setGetter(&iGetter);
34  }
35 
36  private:
37  SimpleOutlet(const SimpleOutlet&); // stop default
38 
39  const SimpleOutlet& operator=(const SimpleOutlet&); // stop default
40  };
41 
42 } // namespace edm
43 #endif
void setGetter(extensioncord::ECGetterBase< T > *iGetter)
Definition: OutletBase.h:34
SimpleOutlet(extensioncord::ECGetterBase< T > &iGetter, ExtensionCord< T > &iCord)
Definition: SimpleOutlet.h:32
const SimpleOutlet & operator=(const SimpleOutlet &)
HLT enums.
long double T