|
ThePEG
1.8.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.
1.8.9.1