#include <GaudiKernel/Auditor.h>
|
template<typename S > |
static S::ReturnType | create (typename S::Arg1Type a1, typename S::Arg2Type a2) |
|
template<class T>
class AudFactory< T >
Definition at line 259 of file Auditor.h.
template<class T >
template<typename S >
static S::ReturnType AudFactory< T >::create |
( |
typename S::Arg1Type |
a1, |
|
|
typename S::Arg2Type |
a2 |
|
) |
| |
|
inlinestatic |
Definition at line 262 of file Auditor.h.
264 return new T(a1, a2);
The documentation for this class was generated from the following file: