Main Page
Namespaces
Classes
Package Documentation
FWCore
Utilities
src
ExceptionPropagate.cc
Go to the documentation of this file.
1
#include "
FWCore/Utilities/interface/ExceptionPropagate.h
"
2
3
namespace
edm
{
4
namespace
threadLocalException {
5
static
thread_local std::exception_ptr
stdExceptionPtr
;
6
void
setException
(std::exception_ptr
e
) {
7
stdExceptionPtr =
e
;
8
}
9
std::exception_ptr
getException
() {
10
return
stdExceptionPtr
;
11
}
12
}
13
14
}
15
ExceptionPropagate.h
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::threadLocalException::stdExceptionPtr
static thread_local std::exception_ptr stdExceptionPtr
Definition:
ExceptionPropagate.cc:5
edm::threadLocalException::setException
void setException(std::exception_ptr e)
Definition:
ExceptionPropagate.cc:6
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::threadLocalException::getException
std::exception_ptr getException()
Definition:
ExceptionPropagate.cc:9
Generated for CMSSW Reference Manual by
1.8.11