thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
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>

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: