thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
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 Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6