ATLAS Offline Software
|
Functions | |
StatusCode | typeless_clone (const IAlgTool &cloned, const std::string &cloneName, const InterfaceID &cloneID, IAlgTool *&result) |
implementation, experts only More... | |
template<class CLONEDTOOL > | |
StatusCode | clone (const CLONEDTOOL &cloned, const std::string &cloneName, CLONEDTOOL *&result) |
given a reference to a cloned AlgTool sets a reference to its clone More... | |
StatusCode CloneTool::clone | ( | const CLONEDTOOL & | cloned, |
const std::string & | cloneName, | ||
CLONEDTOOL *& | result | ||
) |
given a reference to a cloned AlgTool sets a reference to its clone
Definition at line 20 of file CloneTool.h.
StatusCode CloneTool::typeless_clone | ( | const IAlgTool & | cloned, |
const std::string & | cloneName, | ||
const InterfaceID & | cloneID, | ||
IAlgTool *& | result | ||
) |
implementation, experts only
given a pointer to a cloned tool sets a reference to its clone
Definition at line 16 of file CloneTool.cxx.