#include <ClassDescription.h>
Public Types | |
typedef ClassTraits< T > | Traits |
The traits class for the template argument class. | |
Public Member Functions | |
AbstractNoPIOClassDescription () | |
Default constructor. | |
virtual BPtr | create () const |
Do not create an object of the described class (which is abstract). | |
virtual void | output (tcBPtr, PersistentOStream &) const |
Do nothing since the described class has no persistent data. | |
virtual void | input (tBPtr, PersistentIStream &, int) const |
Do nothing since the described class has no persistent data. |
Definition at line 423 of file ClassDescription.h.
typedef ClassTraits<T> ThePEG::AbstractNoPIOClassDescription< T >::Traits |
The traits class for the template argument class.
Reimplemented from ThePEG::ClassDescriptionTBase< T >.
Definition at line 428 of file ClassDescription.h.
virtual BPtr ThePEG::AbstractNoPIOClassDescription< T >::create | ( | ) | const [inline, virtual] |
Do not create an object of the described class (which is abstract).
Just return the null pointer.
Implements ThePEG::ClassDescriptionBase.
Definition at line 441 of file ClassDescription.h.