ThePEG 2.3.0
|
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. | |
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.
|
inlinestatic |
Do nothing as T has no persistent I/O functions.
Definition at line 106 of file DescribeClass.h.
|
inlinestatic |
Do nothing as T has no persistent I/O functions.
Definition at line 101 of file DescribeClass.h.