ATLAS Offline Software
Loading...
Searching...
No Matches
CondHandleKeyArray.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef STOREGATE_CONDHANDLEKEYARRAY_H
6#define STOREGATE_CONDHANDLEKEYARRAY_H 1
7
9
14
15namespace SG {
16
18 // need default constructor for VarHandleKeyArrayCommon<Base>::assign
19 template <class Base>
20 class Key : public Base {
21 public:
22 Key() : Base("") {}
23
24 Key(const std::string& val) : Base(val) {}
25
26 };
27 }
28
29 template <class T>
31
32 template <class T>
34
35} // namespace SG
36
37#endif
Key(const std::string &val)
SG::GenericElementLinkBase< IndexingPolicy > Base
Forward declaration.
HandleKeyArray< WriteCondHandle< T >, CondHandleDefault::Key< WriteCondHandleKey< T > >, Gaudi::DataHandle::Writer > WriteCondHandleKeyArray
HandleKeyArray< ReadCondHandle< T >, CondHandleDefault::Key< ReadCondHandleKey< T > >, Gaudi::DataHandle::Reader > ReadCondHandleKeyArray