#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/Algorithm.h>
|
template<typename S , typename... Args> |
static S::ReturnType | create (Args &&...args) |
|
template<typename S , typename... Args> |
static S::ReturnType | create (Args &&...args) |
|
template<class T>
class AlgFactory< T >
Definition at line 605 of file Algorithm.h.
template<class T >
template<typename S , typename... Args>
static S::ReturnType AlgFactory< T >::create |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
Definition at line 609 of file Algorithm.h.
610 return new T(std::forward<Args>(
args)...);
template<class T >
template<typename S , typename... Args>
static S::ReturnType AlgFactory< T >::create |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
Definition at line 609 of file Algorithm.h.
610 return new T(std::forward<Args>(
args)...);
The documentation for this class was generated from the following file:
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/Algorithm.h