Warning, /include/ThePEG/Utilities/ClassDescription.fh is written in an unsupported language. File is not indexed.
0001 // -*- C++ -*-
0002 #ifndef ThePEG_ClassDescription_FH
0003 #define ThePEG_ClassDescription_FH
0004 //
0005 // This is the forward declaration of the ClassDescriptionBase,
0006 // ClassDescriptionTBase, ClassDescription, AbstractClassDescription,
0007 // NoPIOClassDescription and AbstractNoPIOClassDescription, classes.
0008 //
0009
0010 #include "ThePEG/Config/ThePEG.h"
0011
0012 namespace ThePEG {
0013
0014 class ClassDescriptionBase;
0015
0016 template <typename T>
0017 class ClassDescription;
0018
0019 template <typename T>
0020 class AbstractClassDescription;
0021
0022 template <typename T>
0023 class NoPIOClassDescription;
0024
0025 template <typename T>
0026 class AbstractNoPIOClassDescription;
0027
0028 }
0029
0030 #endif /* ThePEG_ClassDescription_FH */