#include <InputSource.h>
Public Types | |
typedef signalslot::Signal < void(std::string const &, bool)> | Sig |
Public Member Functions | |
FileOpenSentry (InputSource const &source, std::string const &lfn, bool usedFallback) | |
FileOpenSentry (FileOpenSentry const &)=delete | |
FileOpenSentry & | operator= (FileOpenSentry const &)=delete |
~FileOpenSentry () | |
Private Attributes | |
std::string const & | lfn_ |
Sig & | post_ |
bool | usedFallback_ |
Definition at line 309 of file InputSource.h.
typedef signalslot::Signal<void(std::string const&, bool)> edm::InputSource::FileOpenSentry::Sig |
Definition at line 311 of file InputSource.h.
|
explicit |
Definition at line 628 of file InputSource.cc.
References edm::InputSource::actReg().
edm::InputSource::FileOpenSentry::~FileOpenSentry | ( | ) |
Definition at line 637 of file InputSource.cc.
|
delete |
|
delete |
|
private |
Definition at line 320 of file InputSource.h.
|
private |
Definition at line 319 of file InputSource.h.
|
private |
Definition at line 321 of file InputSource.h.