thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
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
12namespace ThePEG {
13
14class ClassDescriptionBase;
15
16template <typename T>
17class ClassDescription;
18
19template <typename T>
20class AbstractClassDescription;
21
22template <typename T>
23class NoPIOClassDescription;
24
25template <typename T>
26class AbstractNoPIOClassDescription;
27
28}
29
30#endif /* ThePEG_ClassDescription_FH */