#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/AlgTool.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 ToolFactory< T >
Definition at line 623 of file AlgTool.h.
template<class T >
template<typename S , typename... Args>
static S::ReturnType ToolFactory< T >::create |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
Definition at line 627 of file AlgTool.h.
628 return new T(std::forward<Args>(
args)...);
template<class T >
template<typename S , typename... Args>
static S::ReturnType ToolFactory< T >::create |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
Definition at line 627 of file AlgTool.h.
628 return new T(std::forward<Args>(
args)...);
The documentation for this class was generated from the following file:
- InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/AlgTool.h