Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 #ifndef ThePEG_Reference_FH
0003 #define ThePEG_Reference_FH
0004 //
0005 // This is the forward declaration of the Reference and ReferenceBase
0006 // classes.
0007 //
0008 
0009 namespace ThePEG {
0010 
0011 class ReferenceBase;
0012 
0013 template <class T, class R>
0014 class Reference;
0015 
0016 }
0017 
0018 #endif /* ThePEG_Reference_FH */