Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
AudFactory< T > Class Template Reference

#include <Auditor.h>

Static Public Member Functions

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

Detailed Description

template<class T>
class AudFactory< T >

Definition at line 259 of file Auditor.h.

Member Function Documentation

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.

{
return new T(a1, a2);
}

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

Generated at Mon Feb 17 2014 14:37:58 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004