All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CnvFactory< T > Class Template Reference

#include <GaudiKernel/Converter.h>

Static Public Member Functions

template<typename S >
static S::ReturnType create (typename S::Arg1Type a1)
 

Detailed Description

template<class T>
class CnvFactory< T >

Definition at line 168 of file Converter.h.

Member Function Documentation

template<class T >
template<typename S >
static S::ReturnType CnvFactory< T >::create ( typename S::Arg1Type  a1)
inlinestatic

Definition at line 171 of file Converter.h.

171  {
172  return new T(a1);
173  }

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