#include <PDFBase.h>
Static Public Member Functions | |
static string | className () |
Return a platform-independent class name. | |
static string | library () |
\ The name of a file containing the dynamic library where the class \ T is implemented. |
Definition at line 276 of file PDFBase.h.
static string ThePEG::ThePEG::ClassTraits< PDFBase >::library | ( | ) | [inline, static] |
\ The name of a file containing the dynamic library where the class \ T is implemented.
It may also include several, space separated, \ libraries if the class T depends on other classes (base classes \ excepted). In this case the listed libraries will be dynamically \ linked in the order they are specified. \
Reimplemented from ThePEG::ClassTraitsBase< T >.