#include <FunctorHandleExceptionFactory.h>
Public Member Functions | |
FunctorHandleExceptionFactory (T &&iFunctor) | |
std::shared_ptr< cms::Exception > | make () const |
Public Member Functions inherited from edm::HandleExceptionFactory | |
HandleExceptionFactory () | |
virtual | ~HandleExceptionFactory () |
Private Attributes | |
T | m_functor |
Definition at line 30 of file FunctorHandleExceptionFactory.h.
|
inline |
Definition at line 34 of file FunctorHandleExceptionFactory.h.
|
inlinevirtual |
Implements edm::HandleExceptionFactory.
Definition at line 40 of file FunctorHandleExceptionFactory.h.
References edm::FunctorHandleExceptionFactory< T >::m_functor.
|
private |
Definition at line 44 of file FunctorHandleExceptionFactory.h.
Referenced by edm::FunctorHandleExceptionFactory< T >::make().