#include <InputSource.h>
Public Types | |
typedef signalslot::Signal< void(std::string const &, bool)> | Sig |
Public Member Functions | |
FileCloseSentry (InputSource const &source, std::string const &lfn, bool usedFallback) | |
FileCloseSentry (FileCloseSentry const &)=delete | |
FileCloseSentry & | operator= (FileCloseSentry const &)=delete |
~FileCloseSentry () | |
Private Attributes | |
std::string const & | lfn_ |
Sig & | post_ |
bool | usedFallback_ |
Definition at line 302 of file InputSource.h.
typedef signalslot::Signal<void(std::string const&, bool)> edm::InputSource::FileCloseSentry::Sig |
Definition at line 304 of file InputSource.h.
|
explicit |
Definition at line 474 of file InputSource.cc.
References edm::InputSource::actReg().
edm::InputSource::FileCloseSentry::~FileCloseSentry | ( | ) |
|
delete |
|
delete |
|
private |
Definition at line 313 of file InputSource.h.
Referenced by ~FileCloseSentry().
|
private |
Definition at line 312 of file InputSource.h.
Referenced by ~FileCloseSentry().
|
private |
Definition at line 314 of file InputSource.h.
Referenced by ~FileCloseSentry().