src
FWCore
Utilities
interface
ExceptionPropagate.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_ExceptionPropagate_h
2
#define FWCore_Utilities_ExceptionPropagate_h
3
4
#include <exception>
5
6
namespace
edm
{
7
namespace
threadLocalException {
8
void
setException
(std::exception_ptr
e
);
9
std::exception_ptr
getException
();
10
}
// namespace threadLocalException
11
}
// namespace edm
12
13
#endif
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::threadLocalException::setException
void setException(std::exception_ptr e)
Definition:
ExceptionPropagate.cc:6
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::threadLocalException::getException
std::exception_ptr getException()
Definition:
ExceptionPropagate.cc:7
Generated for CMSSW Reference Manual by
1.8.14