thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ClassDescription.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_ClassDescription_FH
3 #define ThePEG_ClassDescription_FH
4 //
5 // This is the forward declaration of the ClassDescriptionBase,
6 // ClassDescriptionTBase, ClassDescription, AbstractClassDescription,
7 // NoPIOClassDescription and AbstractNoPIOClassDescription, classes.
8 //
9 
10 #include "ThePEG/Config/ThePEG.h"
11 
12 namespace ThePEG {
13 
14 class ClassDescriptionBase;
15 
16 template <typename T>
17 class ClassDescription;
18 
19 template <typename T>
20 class AbstractClassDescription;
21 
22 template <typename T>
23 class NoPIOClassDescription;
24 
25 template <typename T>
26 class AbstractNoPIOClassDescription;
27 
28 }
29 
30 #endif /* ThePEG_ClassDescription_FH */