ThePEG  1.8.0
Static Public Member Functions
ThePEG::DescribeClassPIOHelper< T, true > Struct Template Reference

Helper class used by DescribeClassT for transparent handling of classes with and without persistent I/O functions. More...

#include <DescribeClass.h>

List of all members.

Static Public Member Functions

static void output (const T &, PersistentOStream &)
 Do nothing as T has no persistent I/O functions.
static void input (T &, PersistentIStream &, int)
 Do nothing as T has no persistent I/O functions.

Detailed Description

template<typename T>
struct ThePEG::DescribeClassPIOHelper< T, true >

Helper class used by DescribeClassT for transparent handling of classes with and without persistent I/O functions.

Definition at line 96 of file DescribeClass.h.


The documentation for this struct was generated from the following file: