ATLAS Offline Software
AthDsoUtils.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_ATHDSOUTILS_H
6 #define ATHENAKERNEL_ATHDSOUTILS_H
7 
9 
10 namespace Athena {
11  namespace DsoUtils {
12  bool inDso( const RootDataMember& mem,
13  const std::string& dsoname );
14  }
15 
16 }
17 
18 #endif
Athena::DsoUtils::inDso
bool inDso(const RootDataMember &mem, const std::string &dsoname)
Definition: AthDsoUtils.cxx:46
TMemberAdapter
Definition: RootType.h:60
Athena
Some weak symbol referencing magic...
Definition: AthLegacySequence.h:21
RootType.h