Warning, /include/ThePEG/Repository/Strategy.fh is written in an unsupported language. File is not indexed.
0001 // -*- C++ -*-
0002 #ifndef ThePEG_Strategy_FH
0003 #define ThePEG_Strategy_FH
0004 //
0005 // This is the forward declaration of the Strategy class.
0006 //
0007
0008 #include "ThePEG/Config/ThePEG.h"
0009
0010 namespace ThePEG {
0011
0012 class Strategy;
0013
0014 /** Declare a pointer to a Strategy object. */
0015 typedef Ptr<Strategy>::pointer StrategyPtr;
0016 /** Declare a pointer to a const Strategy object. */
0017 typedef Ptr<Strategy>::const_pointer cStrategyPtr;
0018
0019 }
0020
0021 #endif /* ThePEG_Strategy_FH */