#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 329 of file InputSource.h.
typedef signalslot::Signal<void(std::string const&, bool)> edm::InputSource::FileCloseSentry::Sig |
Definition at line 331 of file InputSource.h.
|
explicit |
Definition at line 641 of file InputSource.cc.
References edm::InputSource::actReg().
edm::InputSource::FileCloseSentry::~FileCloseSentry | ( | ) |
Definition at line 650 of file InputSource.cc.
|
delete |
|
delete |
|
private |
Definition at line 340 of file InputSource.h.
|
private |
Definition at line 339 of file InputSource.h.
|
private |
Definition at line 341 of file InputSource.h.