#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 311 of file InputSource.h.
typedef signalslot::Signal<void(std::string const&, bool)> edm::InputSource::FileOpenSentry::Sig |
Definition at line 313 of file InputSource.h.
|
explicit |
Definition at line 633 of file InputSource.cc.
References edm::InputSource::actReg().
edm::InputSource::FileOpenSentry::~FileOpenSentry | ( | ) |
Definition at line 642 of file InputSource.cc.
|
delete |
|
delete |
|
private |
Definition at line 322 of file InputSource.h.
|
private |
Definition at line 321 of file InputSource.h.
|
private |
Definition at line 323 of file InputSource.h.