![]() |
ATLAS Offline Software
|
#include "GaudiKernel/StatusCode.h"#include <string>Go to the source code of this file.
Namespaces | |
| namespace | CloneTool |
Functions | |
| StatusCode | CloneTool::typeless_clone (const IAlgTool &cloned, const std::string &cloneName, const InterfaceID &cloneID, IAlgTool *&result) |
| implementation, experts only | |
| template<class CLONEDTOOL> | |
| 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 | |