#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 287 of file InputSource.h.
typedef signalslot::Signal<void(std::string const&, bool)> edm::InputSource::FileOpenSentry::Sig |
Definition at line 289 of file InputSource.h.
|
explicit |
Definition at line 467 of file InputSource.cc.
References edm::InputSource::actReg().
edm::InputSource::FileOpenSentry::~FileOpenSentry | ( | ) |
|
delete |
|
delete |
|
private |
Definition at line 298 of file InputSource.h.
Referenced by ~FileOpenSentry().
|
private |
Definition at line 297 of file InputSource.h.
Referenced by ~FileOpenSentry().
|
private |
Definition at line 299 of file InputSource.h.
Referenced by ~FileOpenSentry().