Functions | |
std::shared_ptr< edm::HandleExceptionFactory const > | makeInvalidReferenceException () |
void | throwConvertTypeError (std::type_info const &expected, std::type_info const &actual) |
Variables | |
static const std::shared_ptr< HandleExceptionFactory const > | s_invalidRefFactory |
std::shared_ptr< HandleExceptionFactory const > edm::handleimpl::makeInvalidReferenceException | ( | ) |
Definition at line 15 of file ConvertHandle.cc.
References s_invalidRefFactory.
Referenced by edm::convert_handle(), and edm::convert_handle_check_type().
void edm::handleimpl::throwConvertTypeError | ( | std::type_info const & | expected, |
std::type_info const & | actual | ||
) |
Definition at line 17 of file ConvertHandle.cc.
References Exception, and edm::errors::LogicError.
Referenced by edm::convert_handle_check_type(), and edm::getProductByTag().
|
static |
Definition at line 7 of file ConvertHandle.cc.
Referenced by makeInvalidReferenceException().