00001 // -*- C++ -*- 00002 #ifndef ThePEG_Switch_FH 00003 #define ThePEG_Switch_FH 00004 // 00005 // This is the forward declaration of the Switch, SwitchBase and 00006 // SwitchOption classes. 00007 // 00008 00009 namespace ThePEG { 00010 00011 class SwitchOption; 00012 00013 class SwitchBase; 00014 00015 template <typename T, typename Int = long> 00016 class Switch; 00017 00018 } 00019 00020 #endif /* ThePEG_Switch_FH */