Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/ThePEG/Pointer/RCPtr.fh is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 #ifndef ThePEG_RCPtr_FH
0003 #define ThePEG_RCPtr_FH
0004 //
0005 // This is the forward declaration of the RCPtrBase, RCPtr,
0006 // ConstRCPtr, TransientRCPtr and TransientConstRCPtr classes.
0007 //
0008 
0009 namespace ThePEG {
0010 namespace Pointer {
0011 
0012 class RCPtrBase;
0013 
0014 template <typename T>
0015 class RCPtr;
0016 
0017 template <typename T>
0018 class ConstRCPtr;
0019 
0020 template <typename T>
0021 class TransientRCPtr;
0022 
0023 template <typename T>
0024 class TransientConstRCPtr;
0025 
0026 }
0027 }
0028 
0029 #endif /* ThePEG_RCPtr_FH */