ATLAS Offline Software
AthToolSupport/AsgDataHandles/AsgDataHandles/VarHandleBase.icc
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /**
6  * @file AsgDataHandles/VarHandleBase.icc
7  * @author Nils Krumnack <Nils.Erik.Krumnack@cern.h>
8  * @author scott snyder <snyder@bnl.gov> (for original)
9  * @brief Property holding a SG store/key/clid from which a WriteHandle is made.
10  */
11 
12 
13 namespace SG {
14 
15 
16 // /**
17 // * @brief Return the key string of the underlying @c DataObjID.
18 // *
19 // * Compared to @c key(), this will be prefixed with the store name.
20 // */
21 // inline
22 // const std::string& VarHandleBase::objKey() const
23 // {
24 // return m_key->objKey();
25 // }
26 
27 
28 // /**
29 // * @brief Return the key as a @c DataObjID.
30 // */
31 // inline
32 // const DataObjID& VarHandleBase::fullKey() const
33 // {
34 // return m_key->fullKey();
35 // }
36 
37 
38 } // namespace SG