CMS 3D CMS Logo

ValueExample.h
Go to the documentation of this file.
1 #ifndef Integration_test_ValueExample_h
2 #define Integration_test_ValueExample_h
3 // -*- C++ -*-
4 //
5 // Package: Integration
6 // Class : ValueExample
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Mon Sep 5 19:51:59 EDT 2005
19 //
20 
21 namespace edm {
22  class ParameterSet;
24 } // namespace edm
25 
26 class ValueExample {
27 public:
29  virtual ~ValueExample();
30 
31  // ---------- const member functions ---------------------
32  int value() const { return value_; }
33 
34  // ---------- static member functions --------------------
35  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
36 
37  // ---------- member functions ---------------------------
38 
39 private:
40  ValueExample(const ValueExample&) = delete; // stop default
41 
42  const ValueExample& operator=(const ValueExample&) = delete; // stop default
43 
44  // ---------- member data --------------------------------
45  int value_;
46 };
47 
48 #endif
virtual ~ValueExample()
Definition: ValueExample.cc:20
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: ValueExample.cc:22
ValueExample(const edm::ParameterSet &)
Definition: ValueExample.cc:18
const ValueExample & operator=(const ValueExample &)=delete
int value() const
Definition: ValueExample.h:32
HLT enums.