ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigConfiguration
TrigConfIO
src
Trigger/TrigConfiguration/TrigConfIO/src/Exceptions.cxx
Go to the documentation of this file.
1
#include "
TrigConfIO/Exceptions.h
"
2
3
TrigConf::IOException::IOException
(std::string
msg
) :
m_msg
(
std
::move(
msg
))
4
{}
5
6
const
char
*
7
TrigConf::IOException::what
()
const
noexcept
8
{
9
return
m_msg
.c_str();
10
}
Exceptions.h
TrigConf::IOException::IOException
IOException(std::string msg)
Definition
Trigger/TrigConfiguration/TrigConfIO/src/Exceptions.cxx:3
TrigConf::IOException::what
virtual const char * what() const noexcept
Definition
Trigger/TrigConfiguration/TrigConfIO/src/Exceptions.cxx:7
TrigConf::IOException::m_msg
const std::string m_msg
Definition
Trigger/TrigConfiguration/TrigConfIO/TrigConfIO/Exceptions.h:18
const
std
STL namespace.
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.14.0