|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #include "GaudiKernel/GaudiException.h"
41 const std::string&
key,
42 const std::string&
val)
45 error (context,
key,
"Duplicate key");
60 const std::string&
key)
const
62 Maptype::const_iterator
i =
m_map.find (
key);
64 std::ostringstream
ss;
65 for (
const auto&
p :
m_map) {
68 error (context,
key,
"Can't find key in" +
ss.str());
115 const std::string&
key,
116 const std::string&
msg)
118 throw GaudiException (
msg, context+
":"+
key, StatusCode::FAILURE);
127 const std::string&
name)
const
129 for (
const std::pair<const std::string, CxxUtils::Arrayrep>&
p :
m_map) {
143 std::ostringstream
ss;
Namespace for helper functions.
Representation class for Array's.