CMS 3D CMS Logo

Skeleton.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: __subsys__/__pkgname__
4 // Class : __class__
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: __author__
10 // Created: __date__
11 //
12 
13 // system include files
14 
15 // user include files
16 #include "__incdir____class__.h"
17 
18 //
19 // constants, enums and typedefs
20 //
21 
22 //
23 // static data member definitions
24 //
25 
26 //
27 // constructors and destructor
28 //
30 }
31 
32 // __class__::__class__(const __class__& rhs)
33 // {
34 // // do actual copying here;
35 // }
36 
38 }
39 
40 //
41 // assignment operators
42 //
43 // const __class__& __class__::operator=(const __class__& rhs)
44 // {
45 // //An exception safe implementation is
46 // __class__ temp(rhs);
47 // swap(rhs);
48 //
49 // return *this;
50 // }
51 
52 //
53 // member functions
54 //
55 
56 //
57 // const member functions
58 //
59 
60 //
61 // static member functions
62 //
__class__()
Definition: Skeleton.cc:29
virtual ~__class__()