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 9 of file ExceptionPropagate.cc.
References stdExceptionPtr.
Referenced by edm::InputFile::InputFile(), and DQMRootSource::setupFile().
void edm::threadLocalException::setException | ( | std::exception_ptr | e | ) |
Definition at line 6 of file ExceptionPropagate.cc.
References MillePedeFileConverter_cfg::e.
Referenced by edm::InputFile::InputFile(), DQMRootSource::setupFile(), and TStorageFactoryFile::TStorageFactoryFile().
|
static |
Definition at line 5 of file ExceptionPropagate.cc.
Referenced by getException().