Functions | |
std::exception_ptr | getException () |
void | setException (std::exception_ptr e) |
Variables | |
static thread_local std::exception_ptr | stdExceptionPtr |
std::exception_ptr edm::threadLocalException::getException | ( | ) |
Definition at line 7 of file ExceptionPropagate.cc.
References stdExceptionPtr.
Referenced by edm::InputFile::InputFile(), and DQMRootSource::readFile_().
void edm::threadLocalException::setException | ( | std::exception_ptr | e | ) |
Definition at line 6 of file ExceptionPropagate.cc.
References MillePedeFileConverter_cfg::e, and stdExceptionPtr.
Referenced by edm::InputFile::InputFile(), DQMRootSource::readFile_(), and TStorageFactoryFile::TStorageFactoryFile().
|
static |
Definition at line 5 of file ExceptionPropagate.cc.
Referenced by getException(), and setException().