ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthenaKernel
AthenaKernel
CloneService.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHENAKERNEL_CLONESERVICE_H
6
#define ATHENAKERNEL_CLONESERVICE_H
7
#include "GaudiKernel/StatusCode.h"
8
#include <string>
9
class
IService;
10
class
Service;
11
namespace
CloneService
{
13
StatusCode
clone
(
const
IService* parent,
const
std::string& childName,
14
Service*& child);
15
}
16
#endif
CloneService
Definition
CloneService.h:11
CloneService::clone
StatusCode clone(const IService *parent, const std::string &childName, Service *&child)
given a reference to a parent svc sets a reference to a cloned child
Definition
CloneService.cxx:21
Generated on
for ATLAS Offline Software by
1.14.0