Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 #ifndef ThePEG_Switch_FH
0003 #define ThePEG_Switch_FH
0004 //
0005 // This is the forward declaration of the Switch, SwitchBase and
0006 // SwitchOption classes.
0007 //
0008 
0009 namespace ThePEG {
0010 
0011 class SwitchOption;
0012 
0013 class SwitchBase;
0014 
0015 template <typename T, typename Int = long>
0016 class Switch;
0017 
0018 }
0019 
0020 #endif /* ThePEG_Switch_FH */