FWCore
Framework
interface
ESHandleExceptionFactory.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_ESHandleExceptionFactory_h
2
#define FWCore_Framework_ESHandleExceptionFactory_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/Framework
6
// Class : ESHandleExceptionFactory
7
//
22
//
23
// Original Author: W. David Dagenhart
24
// Created: 1 May 2014
25
//
26
27
#include <exception>
28
29
namespace
edm
{
30
31
class
ESHandleExceptionFactory
{
32
public
:
33
ESHandleExceptionFactory
();
34
virtual
~ESHandleExceptionFactory
();
35
36
virtual
std::exception_ptr
make
()
const
= 0;
37
};
38
}
// namespace edm
39
#endif
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ESHandleExceptionFactory::ESHandleExceptionFactory
ESHandleExceptionFactory()
Definition:
ESHandleExceptionFactory.cc:11
edm::ESHandleExceptionFactory
Definition:
ESHandleExceptionFactory.h:31
edm::ESHandleExceptionFactory::make
virtual std::exception_ptr make() const =0
edm::ESHandleExceptionFactory::~ESHandleExceptionFactory
virtual ~ESHandleExceptionFactory()
Definition:
ESHandleExceptionFactory.cc:13
Generated for CMSSW Reference Manual by
1.8.16