ThePEG
1.8.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Pointer
RCPtr.fh
1
// -*- C++ -*-
2
#ifndef ThePEG_RCPtr_FH
3
#define ThePEG_RCPtr_FH
4
//
5
// This is the forward declaration of the RCPtrBase, RCPtr,
6
// ConstRCPtr, TransientRCPtr and TransientConstRCPtr classes.
7
//
8
9
namespace
ThePEG {
10
namespace
Pointer {
11
12
class
RCPtrBase;
13
14
template
<
typename
T>
15
class
RCPtr;
16
17
template
<
typename
T>
18
class
ConstRCPtr;
19
20
template
<
typename
T>
21
class
TransientRCPtr;
22
23
template
<
typename
T>
24
class
TransientConstRCPtr;
25
26
}
27
}
28
29
#endif
/* ThePEG_RCPtr_FH */
Generated on Mon Jul 2 2012 16:06:47 for ThePEG by
1.8.1.1