Back to home page

EIC code displayed by LXR

 
 

    


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

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