CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimWatcher.h
Go to the documentation of this file.
1 #ifndef Watcher_SimWatcher_h
2 #define Watcher_SimWatcher_h
3 // -*- C++ -*-
4 //
5 // Package: Watcher
6 // Class : SimWatcher
7 //
21 //
22 // Original Author:
23 // Created: Tue Nov 22 15:35:11 EST 2005
24 // $Id: SimWatcher.h,v 1.1 2005/11/22 22:02:08 chrjones Exp $
25 //
26 
27 // system include files
28 
29 // user include files
30 
31 // forward declarations
32 
34 {
35 
36  public:
38  virtual ~SimWatcher() {}
39 
40  // ---------- const member functions ---------------------
41 
42  // ---------- static member functions --------------------
43 
44  // ---------- member functions ---------------------------
45 
46  private:
47  SimWatcher(const SimWatcher&); // stop default
48 
49  const SimWatcher& operator=(const SimWatcher&); // stop default
50 
51  // ---------- member data --------------------------------
52 
53 };
54 
55 
56 #endif
virtual ~SimWatcher()
Definition: SimWatcher.h:38
const SimWatcher & operator=(const SimWatcher &)