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

Member Function Documentation

◆ input()

template<typename T >
static void ThePEG::DescribeClassPIOHelper< T, true >::input ( T &  ,
PersistentIStream ,
int   
)
inlinestatic

Do nothing as T has no persistent I/O functions.

Definition at line 106 of file DescribeClass.h.

◆ output()

template<typename T >
static void ThePEG::DescribeClassPIOHelper< T, true >::output ( const T &  ,
PersistentOStream  
)
inlinestatic

Do nothing as T has no persistent I/O functions.

Definition at line 101 of file DescribeClass.h.


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